aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipfm/Makefile
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-11 15:36:23 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>2000-03-11 15:36:23 +0000
commit64caf0b9f3f417b6b9e6c32c4438ff7b4e69b6fa (patch)
tree68cb97515125afd97ba326f01e2bbf890becaf4a /net-mgmt/ipfm/Makefile
parent1de8a01db5a3d21e204fe93968eb214b0c2232fa (diff)
downloadports-64caf0b9f3f417b6b9e6c32c4438ff7b4e69b6fa.tar.gz
ports-64caf0b9f3f417b6b9e6c32c4438ff7b4e69b6fa.zip
Notes
Diffstat (limited to 'net-mgmt/ipfm/Makefile')
-rw-r--r--net-mgmt/ipfm/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net-mgmt/ipfm/Makefile b/net-mgmt/ipfm/Makefile
new file mode 100644
index 000000000000..0acf21f0a79b
--- /dev/null
+++ b/net-mgmt/ipfm/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: ipfm
+# Version required: 0.10.4
+# Date Created: 4 Mar 2000
+# Whom: Roman Shterenzon <roman@xpert.com>
+#
+# $FreeBSD$
+#
+
+DISTNAME= ipfm-0.10.4
+CATEGORIES= net
+MASTER_SITES= http://www.via.ecp.fr/~tibob/ipfm/archive/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= roman@xpert.com
+
+WRKSRC= ${WRKDIR}/${PKGNAME}
+PATCH_STRIP= -p1
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>