aboutsummaryrefslogtreecommitdiffstats
path: root/security/aolserver-nsencrypt/Makefile
blob: d3d41ee062e39c0b1eeec7b51802d230465c1947 (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
51
52
53
54
55
56
57
# New ports collection makefile for:    aolserver-nsencrypt
# Date created:     12 Oct 2006
# Whom:         Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   aolserver-nsencrypt
PORTVERSION=    0.4
PORTREVISION=   2
CATEGORIES= security www
MASTER_SITES=   SF/aolserver/nsencrypt/${PORTVERSION}
DISTFILES=  nsencrypt-${PORTVERSION}-src.tar.gz
DIST_SUBDIR=    aolserver

MAINTAINER= mm@FreeBSD.org
COMMENT=    OpenSSL data encryption module for AOLserver

LICENSE=    GPLv1 MPL
LICENSE_COMB=   dual

WRKSRC=     ${WRKDIR}/nsencrypt-${PORTVERSION}

AOLSERVERBASE?= aolserver
BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
RUN_DEPENDS+=   ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
PLIST_SUB+= AOLSERVERBASE=${AOLSERVERBASE}

USE_OPENSSL=    yes
USE_GMAKE=  yes

MAKE_ARGS=  AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \
        OPENSSL="${OPENSSLBASE}"

PLIST_FILES=    ${AOLSERVERBASE}/bin/nsencrypt.so \
        ${AOLSERVERBASE}/lib/libnsencrypt.a \
        ${AOLSERVERBASE}/lib/libnsencrypt.so

.if !defined(NOPORTDOCS)
PORTDOCS=   ChangeLog readme.txt
.endif

post-patch:
    @${REINPLACE_CMD} \
        -e '/^MODOBJS  =.*/{p;s/MODOBJS  =/OBJS  +=/g;}' \
        -e '/^MODLIBS  =.*/{p;s/MODLIBS  =/DLLLIBS  +=/g;}' \
        ${WRKSRC}/Makefile

post-install:
.if !defined(NOPORTDOCS)
    @ ${MKDIR} ${DOCSDIR}
.for FILE in ${PORTDOCS}
    @ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>