aboutsummaryrefslogtreecommitdiff
path: root/www/sitecopy/Makefile
blob: c86f880272457d405f96e54c847a7562c9219416 (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:	sitecopy
# Version required:     0.9.*
# Date created:		15 January 1999
# Whom:			nik
#
# $FreeBSD$
#

DISTNAME=       sitecopy-0.9.5
CATEGORIES=	www
MASTER_SITES=   http://www.lyra.org/sitecopy/

MAINTAINER=     nik@FreeBSD.org

FETCH_BEFORE_ARGS=	-b
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --disable-nls
USE_GMAKE=      yes
ALL_TARGET=     sitecopy

MAN1=		sitecopy.1

.include <bsd.port.mk>