mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
badf16e798
Instead of using DISTNAME and DISTFILES, use DISTNAME and WRKSRC.
29 lines
749 B
Makefile
29 lines
749 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.3 1996/11/17 07:42:55 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= pwserve-4
|
|
PKGNAME= poppassd-4.0
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.qualcomm.com/eudora/servers/unix/password/
|
|
|
|
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
|
|
WRKSRC= ${WRKDIR}/poppassd
|
|
ALL_TARGET= poppassd
|
|
MAN8= poppassd.8
|
|
|
|
post-install:
|
|
@ strip ${PREFIX}/libexec/poppassd
|
|
@ ${INSTALL_MAN} ${FILESDIR}/poppassd.8 ${PREFIX}/man/man8/
|
|
|
|
.include <bsd.port.mk>
|