2000-08-11 17:51:04 +02:00
|
|
|
# New ports collection makefile for: mod_roaming
|
|
|
|
# Date created: 11 Aug 2000
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mod_roaming
|
|
|
|
PORTVERSION= 1.0.2
|
2001-03-05 13:35:23 +01:00
|
|
|
PORTREVISION= 1
|
2000-08-11 17:51:04 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.klomp.org/mod_roaming/
|
|
|
|
|
2004-08-18 18:21:55 +02:00
|
|
|
MAINTAINER= apache@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= An Apache module that works as a Netscape Roaming Access server
|
2000-08-11 17:51:04 +02:00
|
|
|
|
2009-12-27 00:07:20 +01:00
|
|
|
PORTSCOUT= limit:^1
|
|
|
|
|
2009-05-17 09:24:35 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2003-12-18 17:22:57 +01:00
|
|
|
CONFLICTS= apache-contrib-1.*
|
2009-04-12 07:23:41 +02:00
|
|
|
PORTSCOUT= limit:^1
|
2003-12-18 17:22:57 +01:00
|
|
|
|
2009-04-12 07:23:41 +02:00
|
|
|
USE_APACHE= 1.3
|
|
|
|
AP_FAST_BUILD= yes
|
|
|
|
AP_GENPLIST= yes
|
|
|
|
PLIST_FILES= ${APACHEETCDIR}/httpd.conf.${PORTNAME}
|
2009-04-10 08:45:21 +02:00
|
|
|
|
2009-04-12 07:23:41 +02:00
|
|
|
PORTDOCS= CHANGES INSTALL LICENSE README
|
2000-08-11 17:51:04 +02:00
|
|
|
|
2009-04-12 07:23:41 +02:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/httpd.conf.${PORTNAME} ${LOCALBASE}/${APACHEETCDIR}/
|
2000-08-11 17:51:04 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2009-04-12 07:23:41 +02:00
|
|
|
${MKDIR} ${DOCSDIR}/
|
|
|
|
.for f in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
2000-08-11 17:51:04 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
2001-03-05 13:35:23 +01:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2000-08-11 17:51:04 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|