mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
ad74428818
And clean up variable ordering (as shown in the handbook) as little.
31 lines
800 B
Makefile
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>
|