summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/ferm/ferm-1.1_pre7.ebuild')
-rw-r--r--net-misc/ferm/ferm-1.1_pre7.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/net-misc/ferm/ferm-1.1_pre7.ebuild b/net-misc/ferm/ferm-1.1_pre7.ebuild
new file mode 100644
index 000000000000..ebad6403d69b
--- /dev/null
+++ b/net-misc/ferm/ferm-1.1_pre7.ebuild
@@ -0,0 +1,20 @@
+# 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.1 2002/05/26 22:37:15 lamer Exp $
+
+DESCRIPTION="Command line util for managing firewall rules"
+HOMEPAGE="http://www.geo.vu.nl/~koka/ferm/"
+LICENSE="GPL-2"
+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"
+}