aboutsummaryrefslogtreecommitdiff
path: root/net/pppload/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-05-24 11:27:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-05-24 11:27:15 +0000
commit6c1f77c75c93e21e8571c443757c59a3eb8691d8 (patch)
treeb7062274ba675158e63fd76c4f312bfa4c66f44f /net/pppload/Makefile
parentfb8d17a9f2c85425a7235725c5ace0d22fe4310c (diff)
downloadports-6c1f77c75c93e21e8571c443757c59a3eb8691d8.tar.gz
ports-6c1f77c75c93e21e8571c443757c59a3eb8691d8.zip
Notes
Diffstat (limited to 'net/pppload/Makefile')
-rw-r--r--net/pppload/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/pppload/Makefile b/net/pppload/Makefile
new file mode 100644
index 000000000000..0fca107fb16e
--- /dev/null
+++ b/net/pppload/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: pppload
+# Date created: 30 January 1998
+# Whom: Sean Cole <scole@aracnet.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= pppload
+PORTVERSION= 1.0
+CATEGORIES= net sysutils
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= system/network/serial/ppp
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_QT_VER= 1
+USE_GMAKE= yes
+
+MAN1= pppload.1
+
+.include <bsd.port.mk>