1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/www/sitecopy/Makefile

27 lines
521 B
Makefile
Raw Normal View History

# New ports collection makefile for: sitecopy
# Date created: 15 January 1999
# Whom: nik
#
1999-08-31 02:43:35 +00:00
# $FreeBSD$
#
PORTNAME= sitecopy
2000-05-12 16:57:41 +00:00
PORTVERSION= 0.9.10
CATEGORIES= www
1999-01-18 06:24:32 +00:00
MASTER_SITES= http://www.lyra.org/sitecopy/
MAINTAINER= nik@FreeBSD.org
2000-05-23 16:22:35 +00:00
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
2000-05-12 16:57:41 +00:00
FETCH_BEFORE_ARGS= -b
1999-03-12 10:08:43 +00:00
GNU_CONFIGURE= yes
2000-05-23 16:22:35 +00:00
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \
LIBS=-lintl
1999-09-09 00:32:40 +00:00
USE_GMAKE= yes
1999-03-12 10:08:43 +00:00
ALL_TARGET= sitecopy
MAN1= sitecopy.1
.include <bsd.port.mk>