d31f25a60c
PR: 24312 Submitted by: andrew@ugh.net.au
21 lines
361 B
Makefile
21 lines
361 B
Makefile
# 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>
|