summaryrefslogtreecommitdiff
blob: f0b65f6feb37e16197e50f9eba3e5fd4720958c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ferm/ferm-1.1.ebuild,v 1.5 2005/05/01 17:16:11 hansmi Exp $

DESCRIPTION="Command line util for managing firewall rules"
HOMEPAGE="http://ferm.sf.net"
LICENSE="GPL-2"
KEYWORDS="x86 sparc ppc"
IUSE=""
SLOT="0"
DEPEND=""
RDEPEND="dev-lang/perl
	|| ( net-firewall/iptables net-firewall/ipchains )"
SRC_URI="http://ferm.sourceforge.net/${P}.tar.gz"

src_install () {
	make PREFIX=${D}/usr DOCDIR="${D}/usr/share/doc/${PF}" install
}

pkg_postinst() {
	einfo "See /usr/share/doc/${PF}/examples for sample configs"
}