2000-07-12 18:43:32 +00:00
|
|
|
# New ports collection makefile for: netsaint
|
|
|
|
# Date created: Wed 12 Jul 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= netsaint
|
|
|
|
PORTVERSION= 0.0.5.2
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://www.netsaint.org/download/
|
|
|
|
DISTNAME= ${PORTNAME}-0.0.5-2
|
|
|
|
|
2001-01-09 00:06:25 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-07-12 18:43:32 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -lgd"
|
|
|
|
INSTALL_TARGET= install-all
|
|
|
|
|
|
|
|
pre-fetch:
|
|
|
|
@${SH} ${SCRIPTDIR}/checkps
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
${PERL} ${SCRIPTDIR}/createuser
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|