1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/sitecopy/Makefile
Jimmy Olgeni 2d311d1b3c Take over maintainership.
Approved by:	maintainer
2001-02-24 12:45:52 +00:00

28 lines
552 B
Makefile

# New ports collection makefile for: sitecopy
# Date created: 15 January 1999
# Whom: nik
#
# $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
GNU_CONFIGURE= yes
CONFIGURE_ENV= CC="${CC} -I${LOCALBASE}/include" LDFLAGS=-L${LOCALBASE}/lib \
LIBS=-lintl
USE_GMAKE= yes
ALL_TARGET= sitecopy
MAN1= sitecopy.1
.include <bsd.port.mk>