diff options
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> |