2000-08-06 14:58:08 +00:00
|
|
|
# New ports collection makefile for: c-nocem
|
2000-08-02 10:24:57 +00:00
|
|
|
# Date created: 19.May 1999
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= c-nocem
|
2000-08-06 14:58:08 +00:00
|
|
|
PORTVERSION= 3.6
|
2000-08-02 10:24:57 +00:00
|
|
|
CATEGORIES= news security
|
|
|
|
MASTER_SITES= http://sites.inka.de/~bigred/sw/ \
|
2001-02-23 05:48:23 +00:00
|
|
|
ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/
|
2000-08-02 10:24:57 +00:00
|
|
|
|
2001-06-24 04:28:57 +00:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2000-08-02 10:24:57 +00:00
|
|
|
|
2001-05-16 18:46:42 +00:00
|
|
|
BUILD_DEPENDS= ${WRKDIRPREFIX}${CNEWSSRC}/conf/substitutions:${PORTSDIR}/news/cnews:configure
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/news/cnews \
|
2001-01-12 15:10:54 +00:00
|
|
|
gpg:${PORTSDIR}/security/gnupg
|
2000-08-02 10:24:57 +00:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/c-nocem
|
2001-03-11 05:52:05 +00:00
|
|
|
CNEWSSRC?= ${.CURDIR}/../cnews/work
|
2001-03-15 21:16:59 +00:00
|
|
|
NEWSBIN?= ${PREFIX}/news/cnewsbin
|
2000-08-02 10:24:57 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2001-03-11 05:52:05 +00:00
|
|
|
CONFIGURE_ARGS+= --with-cnews=${WRKDIRPREFIX}${CNEWSSRC}
|
2001-03-14 07:27:51 +00:00
|
|
|
PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==}
|
2000-08-02 10:24:57 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|