freebsd-ports/www/mod_fileiri/Makefile
Philip M. Gollucci 805c652f35 - Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR:             ports/134611
Approved by:    pav (#bsdports)
2009-05-21 20:45:34 +00:00

28 lines
513 B
Makefile

# New ports collection makefile for: mod_fileiri
# Date created: 2008/05/27
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= mod_fileiri
PORTVERSION= 1.15
CATEGORIES= www
MASTER_SITES= LOCAL/chinsan
DIST_SUBDIR= apache2
MAINTAINER= chinsan@FreeBSD.org
COMMENT= A http IRIs module for Apache 2
MAKE_JOBS_SAFE= yes
USE_APACHE= 20+
PLIST_SUB= APACHE_DIR=${APACHEMODDIR}
do-build:
cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
do-install:
${APXS} -i -c -n fileiri ${WRKSRC}/${PORTNAME}.so
.include <bsd.port.mk>