summaryrefslogtreecommitdiff
path: root/www/ap-aolserver/Makefile
blob: 7bc9326419e476a2c7f1faee58f628fbc12a3a3d (plain)
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
# $NetBSD: Makefile,v 1.2 2001/07/27 10:47:04 wiz Exp $
#

DISTNAME=		mod_aolserver-1.1
PKGNAME=		ap-aolserver-1.1
CATEGORIES=		www
MASTER_SITES=		# none

MAINTAINER=		cjones@netbsd.org
HOMEPAGE=		http://www.arsdigita.com/acs-repository/one-version?version_id=601
COMMENT=		Module that emulates AOLServer in Apache

DEPENDS+=		postgresql-lib>=7.0:../../databases/postgresql-lib
DEPENDS+=		libmm>=1.1.3:../../devel/libmm
DEPENDS+=		tcl>=8.3:../../lang/tcl
DEPENDS+=		apache{,6}-1.3.*:../../www/apache

HAS_CONFIGURE=	# yes
GNU_CONFIGURE=	# yes

CONFIGURE_ARGS+=	--with-database=postgres
CONFIGURE_ENV+=		CPPFLAGS="-I${PREFIX}/include/pgsql"

MESSAGE_SUBST+=		PREFIX=${PREFIX}

do-fetch:
	@if [ ! -f ${DISTDIR}/${DISTFILES} ] ; then \
		${ECHO} "Please fetch ${DISTFILES} into ${DISTDIR}" ; \
		${ECHO} "from ${HOMEPAGE} ." ; \
		exit 1 ; \
	fi

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mod_aolserver
	${INSTALL_DATA} ${FILESDIR}/README ${FILESDIR}/nsd.tcl.sample \
		${WRKSRC}/tcl_modules/nsd.ini.sample \
		${PREFIX}/share/examples/mod_aolserver

.include "../../mk/bsd.pkg.mk"