aboutsummaryrefslogtreecommitdiffstats
path: root/mail/popa3d/Makefile
blob: 4e040d0f2fec0be91ebfe55e10c72e6f42519bdf (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
31
32
33
34
35
36
# 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>