Pet portlint(1).

This commit is contained in:
Andrey Slusar 2006-04-17 09:58:29 +00:00
parent 169370204d
commit b2cda5532b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159781

View file

@ -16,13 +16,11 @@ COMMENT= Simple news server for hosts with one or two users
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
CONFLICTS= nntp-*
NEWSSPOOL= /var/spool/s-news
CONFLICTS= nntp-[0-9]*
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-confdir=${PREFIX}/etc/s-news \
--with-spooldir=${NEWSSPOOL}
--with-spooldir=/var/spool/s-news
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"