2000-07-12 20:43:32 +02:00
|
|
|
# New ports collection makefile for: netsaint
|
|
|
|
# Date created: Wed 12 Jul 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= netsaint
|
2001-03-09 22:06:34 +01:00
|
|
|
PORTVERSION= 0.0.7b2
|
2000-07-12 20:43:32 +02:00
|
|
|
CATEGORIES= net
|
2001-01-13 00:36:31 +01:00
|
|
|
MASTER_SITES= http://netsaint.sourceforge.net/download/
|
2000-07-12 20:43:32 +02:00
|
|
|
|
2001-01-09 01:06:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-07-12 20:43:32 +02:00
|
|
|
|
2001-02-12 11:01:08 +01:00
|
|
|
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \
|
2001-01-13 00:36:31 +01:00
|
|
|
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
# no run depends due to circular reference
|
|
|
|
#RUN_DEPENDS= ${LOCALBASE}/libexec/netsaint/check_netsaint:${PORTSDIR}/net/netsaint-plugins
|
2000-07-12 20:43:32 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-01-13 00:36:31 +01:00
|
|
|
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -lgd -lgnugetopt"
|
|
|
|
CONFIGURE_ARGS= --with-command-user=root \
|
|
|
|
--with-command-grp=wheel \
|
|
|
|
--with-netsaint-user=netsaint \
|
|
|
|
--with-netsaint-grp=netsaint
|
|
|
|
INSTALL_TARGET= all install config install-config install-daemoninit
|
2000-07-12 20:43:32 +02:00
|
|
|
|
|
|
|
pre-fetch:
|
|
|
|
@${SH} ${SCRIPTDIR}/checkps
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
${PERL} ${SCRIPTDIR}/createuser
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|