diff options
Diffstat (limited to 'mail/poppwd/Makefile')
-rw-r--r-- | mail/poppwd/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/poppwd/Makefile b/mail/poppwd/Makefile new file mode 100644 index 000000000000..f76c2ad0c7e6 --- /dev/null +++ b/mail/poppwd/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: poppwd +# Date created: 12 Jan 2001 +# Whom: Andrew Stevenson <andrew@ugh.net.au> +# +# $FreeBSD$ +# + +PORTNAME= poppwd +PORTVERSION= 1.0 +CATEGORIES= mail +MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/poppwd/ + +MAINTAINER= andrew@ugh.net.au + +WRKSRC= ${WRKDIR}/poppwd + +MAN8= poppwd.8 +MANCOMPRESSED= maybe + +.include <bsd.port.mk> |