diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-05-24 11:27:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-05-24 11:27:15 +0000 |
commit | 6c1f77c75c93e21e8571c443757c59a3eb8691d8 (patch) | |
tree | b7062274ba675158e63fd76c4f312bfa4c66f44f /net/pppload/Makefile | |
parent | fb8d17a9f2c85425a7235725c5ace0d22fe4310c (diff) | |
download | ports-6c1f77c75c93e21e8571c443757c59a3eb8691d8.tar.gz ports-6c1f77c75c93e21e8571c443757c59a3eb8691d8.zip |
Notes
Diffstat (limited to 'net/pppload/Makefile')
-rw-r--r-- | net/pppload/Makefile | 21 |
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> |