summaryrefslogtreecommitdiff
path: root/www/sitecopy/Makefile
blob: e9e70b7c66dc583e52fc1fcff7f69cab9393eb23 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	sitecopy
# Version required:     0.8.*
# Date created:		15 January 1999
# Whom:			nik
#
# $FreeBSD$
#

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

MAINTAINER=     nik@FreeBSD.org

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

MAN1=		sitecopy.1

.include <bsd.port.mk>