1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/mail/poppassd/Makefile
David E. O'Brien ad74428818 CATEGORIES+= --> CATEGORIES=
And clean up variable ordering (as shown in the handbook) as little.
1996-11-10 21:32:56 +00:00

31 lines
800 B
Makefile

# 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>
#
# $Id: Makefile,v 1.1.1.1 1996/11/03 20:45:24 jfitz Exp $
#
DISTNAME= poppassd
PKGNAME= poppassd-4.0
CATEGORIES= mail
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
ALL_TARGET= poppassd
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>