mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
405 B
Makefile
24 lines
405 B
Makefile
# New ports collection makefile for: sitecopy
|
|
# Date created: 15 January 1999
|
|
# Whom: nik
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sitecopy
|
|
PORTVERSION= 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>
|