aboutsummaryrefslogtreecommitdiff
path: root/www/sitecopy/Makefile
blob: a002e860dd76f4203433f4e006b70f31f507e315 (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
# New ports collection makefile for:	sitecopy
# Date created:		15 January 1999
# Whom:			nik
#
# $FreeBSD$
#

PORTNAME=	sitecopy
PORTVERSION=    0.9.10
CATEGORIES=	www
MASTER_SITES=   http://www.lyra.org/sitecopy/

MAINTAINER=     nik@FreeBSD.org

BUILD_DEPENDS=  xgettext:${PORTSDIR}/devel/gettext

FETCH_BEFORE_ARGS=	-b
GNU_CONFIGURE=  yes
USE_GMAKE=      yes
ALL_TARGET=     sitecopy

MAN1=		sitecopy.1

.include <bsd.port.mk>