summaryrefslogblamecommitdiff
path: root/www/mod_index_rss/Makefile
blob: e2eb9c8f6a4e031ddd287ca7619f2df99b9c29f9 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                    
                   
                   
                                            
 
                                  
                                                                    
 
                   







                                                             
# 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=	1.0
CATEGORIES=	www
MASTER_SITES=	http://download.tangent.org/

MAINTAINER=	apache@FreeBSD.org
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>