blob: ca07f6db2745bf6aa3ddd18b56921e5bc37db5bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# $FreeBSD$
PORTNAME= c-nocem
PORTVERSION= 3.7
PORTREVISION= 4
CATEGORIES= news security
MASTER_SITES= http://sites.inka.de/~bigred/sw/ \
ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= NoCeM for C News and INN
FETCH_DEPENDS= ${DISTDIR}/c-news/c-news.tar.Z:${CNEWS_PORT}:checksum
BUILD_DEPENDS= ${CNEWSWRK}/conf/substitutions:${CNEWS_PORT}:configure
BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${CNEWS_PORT} \
gpgv:security/gnupg1
USES= perl5 gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK}
CONFIGURE_ENV+= PERL=${PERL}
WRKSRC= ${WRKDIR}/c-nocem
PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==}
PLIST_FILES= %%NEWSBIN%%/fastcancel %%NEWSBIN%%/c-nocem
post-patch:
${REINPLACE_CMD} -e 's|@newsbin@|${STAGEDIR}@newsbin@|' \
${WRKSRC}/Makefile.in
pre-install:
${MKDIR} ${STAGEDIR}${NEWSBIN}
.include <bsd.port.pre.mk>
# CNEWS_PORT can be set in Makefile.local
CNEWS_PORT?= news/cnews
# ${.CURDIR}/../.. can be diffrent from ${PORTSDIR}
CNEWSWRK!= ${MAKE} -C ${.CURDIR}/../../${CNEWS_PORT} -V WRKSRC
NEWSBIN?= ${PREFIX}/libexec/cnews
.include <bsd.port.post.mk>
|