1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/www/mod_index_rss/Makefile
Ying-Chieh Liao cb193b1041 add mod_index_rss
Apache module to provides RSS output for directories
2001-04-09 03:48:57 +00:00

28 lines
572 B
Makefile

# ex:ts=8
# New ports collection makefile for: mod_index_rss
# Date created: Apr 9, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mod_index_rss
PORTVERSION= 0.8
CATEGORIES= www
MASTER_SITES= http://www.tangent.org/mod_index_rss/
MAINTAINER= ijliao@FreeBSD.org
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13
APXS?= ${LOCALBASE}/sbin/apxs
do-build:
@cd ${WRKSRC} && ${APXS} -c mod_index_rss.c
do-install:
${APXS} -i -A -n index_rss ${WRKSRC}/mod_index_rss.so
.include <bsd.port.mk>