diff options
Diffstat (limited to 'net-mgmt/isic/Makefile')
-rw-r--r-- | net-mgmt/isic/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-mgmt/isic/Makefile b/net-mgmt/isic/Makefile new file mode 100644 index 000000000000..25eab79242ca --- /dev/null +++ b/net-mgmt/isic/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: isic +# Version required: 0.05 +# Date created: 25 February 2000 +# Whom: Brad Hendrickse <bradh@uunet.co.za> +# +# $FreeBSD$ +# + +DISTNAME= isic-0.05 +CATEGORIES= net +MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/ +EXTRACT_SUFX= .tgz + +MAINTAINER= bradh@uunet.co.za + +BUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |