1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/sitecopy/Makefile

28 lines
552 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
PORTVERSION= 0.10.15
CATEGORIES= www
MASTER_SITES= http://www.lyra.org/sitecopy/
MAINTAINER= olgeni@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \
expat.1:${PORTSDIR}/textproc/expat \
neon.11:${PORTSDIR}/www/neon
2000-05-12 16:57:41 +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
USE_GMAKE= yes
ALL_TARGET= sitecopy
MAN1= sitecopy.1
.include <bsd.port.mk>