2003-01-17 08:52:32 +01:00
|
|
|
# New ports collection makefile for: mod_roaming2
|
|
|
|
# Date created: 15 May 2002
|
|
|
|
# Whom: Vivek Khera <vivek@khera.org>
|
|
|
|
#
|
|
|
|
# based on mod_roaming port
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_roaming2
|
2008-12-30 05:06:27 +01:00
|
|
|
PORTVERSION= 2.0b1
|
2009-04-12 09:55:42 +02:00
|
|
|
PORTREVISION= 1
|
2003-01-17 08:52:32 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.klomp.org/mod_roaming/
|
|
|
|
DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION}
|
|
|
|
|
2008-12-27 22:15:31 +01:00
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
2003-02-21 15:08:24 +01:00
|
|
|
COMMENT= An Apache module that works as a Netscape Roaming Access server
|
2003-01-17 08:52:32 +01:00
|
|
|
|
2009-05-16 08:27:56 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2009-04-12 09:55:42 +02:00
|
|
|
USE_APACHE= 2.0+
|
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
|
|
|
MODULENAME= ${PORTNAME:S/2$//}
|
2003-01-17 08:52:32 +01:00
|
|
|
|
2004-11-04 17:42:36 +01:00
|
|
|
PORTDOCS= CHANGES INSTALL LICENSE README
|
2009-04-12 09:55:42 +02:00
|
|
|
PLIST_FILES= ${APACHEETCDIR}/httpd.conf.mod_roaming
|
2003-01-17 08:52:32 +01:00
|
|
|
|
2009-04-12 09:55:42 +02:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/httpd.conf.${PORTNAME:S/2$//} ${LOCALBASE}/${APACHEETCDIR}/
|
2003-01-17 08:52:32 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2009-04-12 09:55:42 +02:00
|
|
|
${MKDIR} ${DOCSDIR}/
|
2004-11-04 17:42:36 +01:00
|
|
|
.for f in ${PORTDOCS}
|
2009-04-12 09:55:42 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
2003-01-17 08:52:32 +01:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|