mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
23 lines
397 B
Makefile
23 lines
397 B
Makefile
# New ports collection makefile for: sitecopy
|
|
# Version required: 0.8.*
|
|
# Date created: 15 January 1999
|
|
# Whom: nik
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= sitecopy-0.8.1
|
|
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>
|