head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.2;
locks; strict;
comment	@# @;


1.8
date	2012.12.31.15.29.23;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.05.54.20;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2011.08.09.15.41.25;	author mm;	state Exp;
branches;
next	1.5;

1.5
date	2011.03.23.15.53.15;	author mm;	state Exp;
branches;
next	1.4;

1.4
date	2007.08.21.14.02.39;	author mm;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.02.22.43.30;	author mm;	state Exp;
branches;
next	1.2;

1.2
date	2007.04.05.13.19.00;	author mm;	state Exp;
branches;
next	1.1;

1.1
date	2007.02.02.14.26.28;	author gabor;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309741
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309741 | bapt | 2012-12-31 14:06:45 +0000 (Mon, 31 Dec 2012) | 3 lines
## SVN ##
## SVN ## Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
## SVN ## Trim headers
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# Created by: Martin Matuska <mm@@FreeBSD.org>
# $FreeBSD: head/archivers/aolserver-nszlib/Makefile 309741 2012-12-31 14:06:45Z bapt $

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=	ports@@FreeBSD.org
COMMENT=	Zlib library interface for AOLserver

LICENSE=	MPL GPLv1
LICENSE_COMB=	dual

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

PORTDOCS=	ChangeLog README example.tcl

.include <bsd.port.options.mk>
post-patch:
	@@${REINPLACE_CMD} -e 's/^MODLIBS  =/MODLIBS +=/g' \
		-e '/^OBJS     =.*/{n;s/.*/MODOBJS  = $$(OBJS)/g;G;}' \
		${WRKSRC}/Makefile

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@@ ${MKDIR} ${DOCSDIR}
.for FILE in ${PORTDOCS}
	@@ ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.7
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	aolserver-nszlib
# Date created:		12 Oct 2006
# Whom:			Martin Matuska <mm@@FreeBSD.org>
#
# $FreeBSD: head/archivers/aolserver-nszlib/Makefile 300895 2012-07-14 12:56:14Z beat $
#
a33 1
.if !defined(NOPORTDOCS)
a34 1
.endif
d36 1
d43 1
a43 1
.if !defined(NOPORTDOCS)
@


1.6
log
@Transfer maintainer back to ports@@FreeBSD.org

Approved by:	maintainer (myself)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Add LICENSE knob(s)
@
text
@d18 1
a18 1
MAINTAINER=	mm@@FreeBSD.org
@


1.4
log
@- Fix RUN_DEPENDS
- Bump PORTREVISION

devel/gmake was accidentially included in RUN_DEPENDS
@
text
@d21 3
@


1.3
log
@- fix build of libns*.so
- move AOLSERVERBASE under PREFIX
- move small pkg-plist to PLIST_FILES
- bump PORTREVISION

Approved by:	garga (mentor)
@
text
@d10 1
a10 1
PORTREVISION=	1
d24 1
a24 1
RUN_DEPENDS+=	${BUILD_DEPENDS}
@


1.2
log
@- updated maintainer e-mail address

Approved by:	garga (mentor)
@
text
@d8 1
a8 1
PORTNAME=	aolserver-nszlib
d10 1
d14 2
a15 1
DISTNAME=	nszlib
d21 1
a21 1
AOLSERVERBASE?=	${PREFIX}/aolserver
d23 1
a23 1
BUILD_DEPENDS+=	${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
a24 1
PLIST_SUB+=	AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
d28 6
a33 1
MAKE_ARGS=	AOLSERVER=${AOLSERVERBASE}
d40 3
a42 1
	@@ ${REINPLACE_CMD} -e 's|OBJS|MODOBJS|' ${WRKSRC}/Makefile
@


1.1
log
@AOLserver interface to zlib library

WWW: http://www.crystalballinc.com/vlad/software/

- Martin Matuska
martin@@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@@matuska.org>
Approved by:	erwin (mentor)
@
text
@d3 1
a3 1
# Whom:			Martin Matuska <martin@@matuska.org>
d16 1
a16 1
MAINTAINER=	martin@@matuska.org
@

