1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/mail/popa3d/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

37 lines
842 B
Makefile

# New ports collection makefile for: popa3d
# Date created: Sun Feb 6 12:31:29 MSK 2000
# Whom: Sergey Samoyloff <gonza@techline.ru>
#
# $FreeBSD$
#
PORTNAME= popa3d
PORTVERSION= 0.4
CATEGORIES= mail
MASTER_SITES= http://www.openwall.com/popa3d/ \
ftp://ftp.openwall.com/popa3d/ \
ftp://ftp.dataforce.net/pub/solar/ \
ftp://ftp.false.com/pub/security/popa3d/
MAINTAINER= gonza@techline.ru
ALL_TARGET= popa3d
do-install:
${INSTALL} ${COPY} -o root -g wheel -m 500 \
${WRKSRC}/popa3d ${PREFIX}/libexec/popa3d
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/popa3d
${INSTALL_MAN} ${WRKSRC}/DESIGN ${PREFIX}/share/doc/popa3d
${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/popa3d
.endif
pre-install:
@ ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
post-install:
@ ${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>