1996-11-03 20:45:24 +00:00
|
|
|
# New ports collection makefile for: poppassd
|
|
|
|
# Version required: 4.0
|
|
|
|
# Date Created: 21 August 1996
|
|
|
|
# Whom: Andrew Stevenson <andrew@ugh.net.au> based heavily on the changes by Stephen Melvin <melvin@zytek.com>
|
|
|
|
#
|
1996-11-10 21:32:56 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1996/11/03 20:45:24 jfitz Exp $
|
1996-11-03 20:45:24 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= poppassd
|
|
|
|
PKGNAME= poppassd-4.0
|
1996-11-10 21:32:56 +00:00
|
|
|
CATEGORIES= mail
|
1996-11-03 20:45:24 +00:00
|
|
|
MASTER_SITES= ftp://ftp.qualcomm.com/quest/unix/servers/password/
|
|
|
|
DISTFILES= pwserve-4
|
|
|
|
|
|
|
|
MAINTAINER= andrew@ugh.net.au
|
|
|
|
|
|
|
|
EXTRACT_CMD= /bin/cat
|
|
|
|
EXTRACT_SUFX=
|
|
|
|
EXTRACT_BEFORE_ARGS=
|
|
|
|
EXTRACT_AFTER_ARGS= | /usr/bin/sed -e '1,16d' | /bin/sh
|
1996-11-10 21:32:56 +00:00
|
|
|
ALL_TARGET= poppassd
|
1996-11-03 20:45:24 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@ strip ${PREFIX}/libexec/poppassd
|
|
|
|
@ ${INSTALL_MAN} ${FILESDIR}/poppassd.8 ${PREFIX}/man/man8/
|
|
|
|
.if !defined{NOMANCOMPRESS}
|
|
|
|
gzip -9nf ${PREFIX}/man/man8/poppassd.8
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|