diff options
Diffstat (limited to 'net/dip/Makefile')
-rw-r--r-- | net/dip/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net/dip/Makefile b/net/dip/Makefile new file mode 100644 index 00000000000..2ddc77a17ef --- /dev/null +++ b/net/dip/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: bsddip +# Version required: 1.02 +# Date created: 27 aug 95 +# Whom: joerg +# +# $FreeBSD Id: Makefile,v 1.5 1997/04/30 03:18:07 asami Exp +# + +DISTNAME= bsddip-1.02 +CATEGORIES= net +# +# the actual master site is almost out of reach for everybody +#MASTER_SITES= ftp://sun.rz.tu-clausthal.de/pub/bsddip/ +MASTER_SITES+= ${MASTER_SITE_LOCAL} +EXTRACT_SUFX= .tar.Z + +MAINTAINER= joerg@FreeBSD.ORG + +.include <bsd.port.mk> |