blob: 93f1da58d35b41d2b182f35f2903f23bda6dd2ea (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: sitecopy
# Version required: 0.4.*
# Date created: 15 January 1999
# Whom: nik
#
# $Id: Makefile,v 1.4 1999/02/28 21:46:11 asami Exp $
#
DISTNAME= sitecopy-0.4.5
CATEGORIES= www
MASTER_SITES= http://www.lyra.org/sitecopy/
MAINTAINER= nik@FreeBSD.ORG
FETCH_BEFORE_ARGS= -b
GNU_CONFIGURE= yes
ALL_TARGET= sitecopy
MAN1= sitecopy.1
.include <bsd.port.mk>
|