summaryrefslogtreecommitdiff
blob: ccb43adc2783608843149ac38c822a46744c4241 (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-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ferm/ferm-1.1_pre7.ebuild,v 1.3 2002/07/06 15:00:44 phoenix Exp $

DESCRIPTION="Command line util for managing firewall rules"
HOMEPAGE="http://www.geo.vu.nl/~koka/ferm/"
LICENSE="GPL-2"
KEYWORDS="x86"
SLOT="0"
DEPEND=""
RDEPEND="sys-devel/perl"
SRC_URI="http://www.geo.vu.nl/~koka/ferm/${PN}.tar.gz"
S=${WORKDIR}/${PN}-1.1-pre7

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

pkg_postinst() {
	einfo "This package requires either iptables or ipchains."
	einfo "See /usr/share/doc/${PF}/examples for sample configs"
}