e5adf620cd
- Bump PORTREVISION devel/gmake was accidentially included in RUN_DEPENDS
52 lines
1.2 KiB
Makefile
52 lines
1.2 KiB
Makefile
# 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>
|