aboutsummaryrefslogtreecommitdiff
path: root/www/drupal5-xmlsitemap/Makefile
blob: c4129415ce20ab81fa9aeb137f8db3077a32fbd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# New ports collection makefile for:	drupal5-gsitemap
# Date created:				26 Mar 2007
# Whom:					Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#

PORTNAME=	xmlsitemap
DISTVERSION=	5.x-1.7
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://ftp.drupal.org/files/projects/

MAINTAINER=	nick@foobar.org
COMMENT=	Produces sitemaps.org compliant XML WWW site maps

DRUPAL5_MODULE=	yes

MODULE_DIRS=	xmlsitemap_user xmlsitemap_term xmlsitemap_engines \
		xmlsitemap_node gss docs

MODULE_FILES=	xmlsitemap.info xmlsitemap.module \
		xmlsitemap_user/xmlsitemap_user.install \
		xmlsitemap_user/xmlsitemap_user.info \
		xmlsitemap_user/xmlsitemap_user.module \
		xmlsitemap_term/xmlsitemap_term.module \
		xmlsitemap_term/xmlsitemap_term.install \
		xmlsitemap_term/xmlsitemap_term.info \
		xmlsitemap_engines/xmlsitemap_engines.install \
		xmlsitemap_engines/xmlsitemap_engines.module \
		xmlsitemap_engines/xmlsitemap_engines.info \
		xmlsitemap_node/xmlsitemap_node.install \
		xmlsitemap_node/xmlsitemap_node.module \
		xmlsitemap_node/xmlsitemap_node.info xmlsitemap.install \
		gss/sortdown.gif gss/gss.css gss/gss.js gss/gss.xsl \
		gss/sortup.gif docs/xmlsitemap.php

DOC_FILES=	CHANGELOG.txt INSTALL.txt LICENSE.txt README.txt

.include <bsd.port.pre.mk>
.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk"
.include <bsd.port.post.mk>