mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
37 lines
842 B
Makefile
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>
|