aboutsummaryrefslogtreecommitdiffstats
path: root/www/drupal5-gsitemap/Makefile
blob: 1b95e780950baca2b5ac57eac54963c65a48f2b9 (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
# New ports collection makefile for:    drupal5-gsitemap
# Date created:             26 Mar 2007
# Whom:                 Nick Hilliard <nick@foobar.org>
#
# $FreeBSD$
#

PORTNAME=   gsitemap
DISTVERSION=    5.x-1.2
PORTREVISION=   1
CATEGORIES= www
MASTER_SITES=   http://ftp.osuosl.org/pub/drupal/files/projects/

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

DRUPAL5_MODULE= yes
MODULE_FILES=   gsitemap.info gsitemap.install gsitemap.module gss.xsl
DOC_FILES=  INSTALL.txt LICENSE.txt README.txt

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