aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/aolserver-nszlib/Makefile
blob: e13c68f49c8facfb874e6fb4e45d91f484b77a3a (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
# New ports collection makefile for:    aolserver-nszlib
# Date created:     12 Oct 2006
# Whom:         Martin Matuska <mm@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   nszlib
PORTVERSION=    1.1
PORTREVISION=   2
CATEGORIES= archivers www
MASTER_SITES=   ftp://ftp.crystalballinc.com/pub/vlad/
MASTER_SITE_SUBDIR= aolserver
PKGNAMEPREFIX=  aolserver-
DISTNAME=   ${PORTNAME}
DIST_SUBDIR=    aolserver

MAINTAINER= mm@FreeBSD.org
COMMENT=    Zlib library interface for AOLserver

AOLSERVERBASE?= aolserver

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

USE_GMAKE=  yes

MAKE_ARGS=  AOLSERVER="${LOCALBASE}/${AOLSERVERBASE}" \
        DLLLIBS="-lz" MODLIBS="-lz"

PLIST_FILES=    ${AOLSERVERBASE}/bin/nszlib.so \
        ${AOLSERVERBASE}/lib/libnszlib.a \
        ${AOLSERVERBASE}/lib/libnszlib.so

.if !defined(NOPORTDOCS)
PORTDOCS=   ChangeLog README example.tcl
.endif

post-patch:
    @${REINPLACE_CMD} -e 's/^MODLIBS  =/MODLIBS +=/g' \
        -e '/^OBJS     =.*/{n;s/.*/MODOBJS  = $$(OBJS)/g;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>