diff options
Diffstat (limited to 'net/ipfm/Makefile')
-rw-r--r-- | net/ipfm/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/ipfm/Makefile b/net/ipfm/Makefile new file mode 100644 index 000000000000..0acf21f0a79b --- /dev/null +++ b/net/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> |