summaryrefslogtreecommitdiff
path: root/net/dip/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-04-16 16:11:21 +0000
committertron <tron>1998-04-16 16:11:21 +0000
commite43c652b6f00e6c586641cb79cfa64ed3d3a0e9a (patch)
tree7754aa3995df26843e9f03da3d3af1e539f0d1f0 /net/dip/Makefile
parenta10013a26e865b68cebf84ce91476a17de9082cb (diff)
downloadpkgsrc-e43c652b6f00e6c586641cb79cfa64ed3d3a0e9a.tar.gz
Initial import of FreeBSD's "dip" port.
Diffstat (limited to 'net/dip/Makefile')
-rw-r--r--net/dip/Makefile19
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>