2000-08-11 11:51:04 -04: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 07:35:23 -05:00
|
|
|
PORTREVISION= 1
|
2000-08-11 11:51:04 -04:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.klomp.org/mod_roaming/
|
|
|
|
|
2002-06-08 03:39:02 -04:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-08-11 11:51:04 -04:00
|
|
|
|
2002-09-09 14:30:10 -04:00
|
|
|
BUILD_DEPENDS= ${APXS}:${APACHE_PORT}
|
|
|
|
RUN_DEPENDS= ${APXS}:${APACHE_PORT}
|
2000-08-11 11:51:04 -04:00
|
|
|
|
2002-09-09 14:30:10 -04:00
|
|
|
APXS?= ${LOCALBASE}/sbin/apxs
|
|
|
|
APACHE_PORT?= ${PORTSDIR}/www/apache13
|
2000-08-11 11:51:04 -04:00
|
|
|
|
|
|
|
DOCS= CHANGES INSTALL LICENSE README
|
|
|
|
|
|
|
|
do-build:
|
|
|
|
@cd ${WRKSRC} && \
|
|
|
|
${APXS} -c mod_roaming.c
|
|
|
|
|
|
|
|
do-install:
|
2001-03-05 07:35:23 -05:00
|
|
|
${APXS} -i -n roaming ${WRKSRC}/mod_roaming.so
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/httpd.conf.${PORTNAME} ${PREFIX}/etc/apache/
|
2000-08-11 11:51:04 -04:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-03-05 07:35:23 -05:00
|
|
|
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
2000-08-11 11:51:04 -04:00
|
|
|
.for f in ${DOCS}
|
2001-03-05 07:35:23 -05:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/${PORTNAME}/
|
2000-08-11 11:51:04 -04:00
|
|
|
.endfor
|
|
|
|
.endif
|
2001-03-05 07:35:23 -05:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
2000-08-11 11:51:04 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|