head	1.6;
access;
symbols
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.3;
locks; strict;
comment	@# @;


1.6
date	2009.02.03.09.24.01;	author mm;	state dead;
branches;
next	1.5;

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

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

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

1.2
date	2007.02.04.10.54.51;	author erwin;	state Exp;
branches;
next	1.1;

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


desc
@@


1.6
log
@- www/aolserver-nscache is obsolete (now part of www/aolserver)
@
text
@# New ports collection makefile for:	aolserver-nscache
# Date created:		12 Oct 2006
# Whom:			Martin Matuska <mm@@FreeBSD.org>
#
# $FreeBSD: ports/www/aolserver-nscache/Makefile,v 1.5 2007/08/21 14:02:41 mm Exp $
#

PORTNAME=	aolserver-nscache
PORTVERSION=	1.5
PORTREVISION=	2
CATEGORIES=	www databases
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	aolserver
DISTFILES=	nscache-${PORTVERSION}.tar.gz
DIST_SUBDIR=	aolserver

MAINTAINER=	mm@@FreeBSD.org
COMMENT=	Tcl interface to AOLserver's caching API

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

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}"

PLIST_FILES=	${AOLSERVERBASE}/bin/nscache.so \
		${AOLSERVERBASE}/lib/libnscache.a \
		${AOLSERVERBASE}/lib/libnscache.so

.if !defined(NOPORTDOCS)
PORTDOCS=	ChangeLog index.html
.endif

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


1.5
log
@- Fix RUN_DEPENDS
- Bump PORTREVISION

devel/gmake was accidentially included in RUN_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
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.3
log
@- updated maintainer e-mail address

Approved by:	garga (mentor)
@
text
@d10 1
d22 2
a23 2
AOLSERVERBASE?=	${PREFIX}/aolserver
BUILD_DEPENDS+=	${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver
a24 1
PLIST_SUB+=	AOLSERVERBASE=${AOLSERVERBASE:S/${PREFIX}\///}
d28 5
a32 1
MAKE_ARGS=	AOLSERVER=${AOLSERVERBASE}
d39 3
a41 1
	@@ ${REINPLACE_CMD} -e 's|OBJS|MODOBJS|' ${WRKSRC}/Makefile
@


1.2
log
@Fix PKGORIGIN

Pointy hat:	gabor, erwin
@
text
@d3 1
a3 1
# Whom:			Martin Matuska <martin@@matuska.org>
d16 1
a16 1
MAINTAINER=	martin@@matuska.org
@


1.1
log
@Tcl interface to AOLserver's caching API

AOLserver implements a C API for caching arbitrary data. This module provides
a Tcl API on top of the C API. The module is only compatible with AOLserver 3.x
using nsd8x, or AOLserver 4.x.

WWW: http://www.aolserver.com/

- Martin Matuska
martin@@matuska.org

PR:		ports/105781
Submitted by:	Martin Matuska <martin@@matuska.org>
Approved by:	erwin (mentor)
@
text
@d10 1
a10 1
CATEGORIES=	databases www
@

