1999-01-16 00:25:55 +00:00
|
|
|
# New ports collection makefile for: sitecopy
|
|
|
|
# Date created: 15 January 1999
|
|
|
|
# Whom: nik
|
|
|
|
#
|
1999-08-31 02:43:35 +00:00
|
|
|
# $FreeBSD$
|
1999-01-16 00:25:55 +00:00
|
|
|
#
|
|
|
|
|
2000-04-10 00:07:29 +00:00
|
|
|
PORTNAME= sitecopy
|
2001-02-23 16:26:12 +00:00
|
|
|
PORTVERSION= 0.10.15
|
1999-01-16 00:25:55 +00:00
|
|
|
CATEGORIES= www
|
2001-01-16 17:33:20 +00:00
|
|
|
MASTER_SITES= http://www.lyra.org/sitecopy/
|
1999-01-16 00:25:55 +00:00
|
|
|
|
2001-02-24 12:45:52 +00:00
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
1999-01-16 00:25:55 +00:00
|
|
|
|
2001-01-31 15:22:10 +00:00
|
|
|
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
|
|
|
|
expat.1:${PORTSDIR}/textproc/expat \
|
2001-02-23 16:26:12 +00:00
|
|
|
neon.11:${PORTSDIR}/www/neon
|
2000-05-12 16:57:41 +00:00
|
|
|
|
2001-01-16 17:33:20 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \
|
2000-05-23 16:22:35 +00:00
|
|
|
LIBS=-lintl
|
2001-01-16 17:33:20 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= sitecopy
|
1999-01-16 00:25:55 +00:00
|
|
|
|
|
|
|
MAN1= sitecopy.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|