1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/www/mod_index_rss/Makefile

27 lines
563 B
Makefile
Raw Normal View History

# 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
2001-04-28 06:15:22 +00:00
PORTVERSION= 0.10
CATEGORIES= www
2001-11-26 19:06:30 +00:00
MASTER_SITES= http://software.tangent.org/download/ \
ftp://ftp.tangent.org/pub/apache/
MAINTAINER= apache@FreeBSD.org
2003-02-20 19:21:36 +00:00
COMMENT= Apache module to provides RSS output for directories
USE_APACHE= yes
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>