blob: a7b128fbdd3e088ec1d63b47699527218d1df37d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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>
|