aboutsummaryrefslogtreecommitdiffstats
path: root/security/pgpin/Makefile
blob: dba05071a66630ca554065938560fbe4daa714d2 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for: pgpin
# Date created:         23 Mar 2001
# Whom:                 dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#

PORTNAME=   pgpin
PORTVERSION=    010323
CATEGORIES= security
MASTER_SITES=   ftp://ftp.fu-berlin.de/doc/IN/IN-CA/pgp/pgp263in/
DISTNAME=   pgp263in${PORTVERSION}
EXTRACT_SUFX=   .tgz

MAINTAINER= dinoex@FreeBSD.org
COMMENT=    PGP International version - improved for use in IN-CA

WRKSRC=     ${WRKDIR}/pgp263in/src

MAKEFILE=   makefile
ALL_TARGET= freebsd-${ARCH} OS_CFLAGS="${CFLAGS}"
PGPLIB=     ${PREFIX}/lib/pgpin
MAN1=       pgpin.1

do-install:
    cd ${WRKSRC}; ${INSTALL_PROGRAM} -c -o bin -g bin -m 555 \
        pgp ${PREFIX}/bin/pgpin
    cd ${WRKSRC}/../doc; \
        ${INSTALL_MAN} -c -o bin -g bin -m 444 \
        pgp.1 ${PREFIX}/man/man1/pgpin.1
    -${MKDIR} ${PGPLIB}
    ${CHMOD} 555 ${PGPLIB}
    ${INSTALL_DATA} -c -o bin -g bin -m 444 \
            ${FILESDIR}/CHANGES ${PGPLIB}
    cd ${WRKSRC}/..; \
        ${INSTALL_DATA} -c -o bin -g bin -m 444 \
            pgp.hlp doc/pgpdoc1.txt doc/pgpdoc2.txt ${PGPLIB}; \
        ${INSTALL_DATA} -c -o bin -g bin -m 444 \
            language.txt ${PGPLIB}/language.txt-dist; \
        [ -f ${PGPLIB}/language.txt ] || \
        ${INSTALL_DATA} -c -o bin -g bin -m 444 \
            language.txt ${PGPLIB}; \
        ${INSTALL_DATA} -c -o bin -g bin -m 444 \
            config.txt ${PGPLIB}/config.txt-dist; \
        [ -f ${PGPLIB}/config.txt ] || \
        ${INSTALL_DATA} -c -o bin -g bin -m 444 \
            config.txt ${PGPLIB}
    -${PREFIX}/bin/pgpin > /dev/null  2>&1  # update .idx file

.include <bsd.port.mk>