1997-01-06 16:28:33 +01:00
|
|
|
# New ports collection makefile for: nntpcache
|
1997-07-31 08:36:07 +02:00
|
|
|
# Version required: 1.0.7.1
|
1997-01-06 16:28:33 +01:00
|
|
|
# Date created: 6 January 1997
|
|
|
|
# Whom: proff@suburbia.net
|
|
|
|
#
|
1998-01-26 12:33:48 +01:00
|
|
|
# $Id: Makefile,v 1.8 1998/01/25 16:52:44 steve Exp $
|
1997-01-06 16:28:33 +01:00
|
|
|
#
|
|
|
|
|
1998-01-25 17:52:56 +01:00
|
|
|
DISTNAME= nntpcache-2.2b4
|
1997-01-07 07:46:50 +01:00
|
|
|
CATEGORIES= news
|
1997-03-07 01:25:18 +01:00
|
|
|
MASTER_SITES= ftp://nntpcache.org/pub/nntpcache/ \
|
|
|
|
ftp://ftp.ntnu.no/pub/unix/news/ \
|
|
|
|
ftp://ftp.nethelp.no/pub/unix/news/ \
|
|
|
|
ftp://suburbia.net/pub/nntpcache/
|
1997-01-06 16:28:33 +01:00
|
|
|
|
1998-01-25 17:52:56 +01:00
|
|
|
BUILD_DEPENDS= pgp:${PORTSDIR}/security/pgp
|
1997-01-06 16:28:33 +01:00
|
|
|
MAINTAINER= nntpcache@nntpcache.org
|
|
|
|
|
1997-01-07 07:46:50 +01:00
|
|
|
GNU_CONFIGURE= TRUE
|
1997-12-24 02:21:47 +01:00
|
|
|
CONFIGURE_ARGS= --localstatedir=/var/spool
|
1998-01-26 12:33:48 +01:00
|
|
|
MAN8= newshound.8 nntpcached.8
|
1998-01-25 17:52:56 +01:00
|
|
|
|
|
|
|
USE_GMAKE= TRUE
|
1997-01-07 07:46:50 +01:00
|
|
|
|
1997-02-17 02:48:09 +01:00
|
|
|
post-configure:
|
|
|
|
@sed -e "s:%%PREFIX%%:${PREFIX}:g" \
|
|
|
|
${FILESDIR}/nntpcached.rc > ${WRKSRC}/nntpcached.sh
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/nntpcached.sh ${PREFIX}/etc/rc.d
|
|
|
|
|
1997-01-06 16:28:33 +01:00
|
|
|
.include <bsd.port.mk>
|