diff options
Diffstat (limited to 'news/c-nocem/Makefile')
-rw-r--r-- | news/c-nocem/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index aeddfa48beb1..5cd230578162 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -17,16 +17,18 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libcnews.a:${PORTSDIR}/${CNEWS_PORT} \ NO_STAGE= yes +USES= perl5 +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK} WRKSRC= ${WRKDIR}/c-nocem +PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==} +PLIST_FILES= %%NEWSBIN%%/fastcancel %%NEWSBIN%%/c-nocem + CNEWS_PORT?= news/cnews #CNEWSWRK?= ${WRKDIRPREFIX}${PORTSDIR}/${CNEWS_PORT}/work # ${.CURDIR}/../.. can be diffrent from ${PORTSDIR} CNEWSWRK?= ${WRKDIRPREFIX}${.CURDIR}/../../${CNEWS_PORT}/work NEWSBIN?= ${PREFIX}/libexec/cnews -USE_GMAKE= yes -USES= perl5 -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-cnews=${CNEWSWRK} -PLIST_SUB+= NEWSBIN=${NEWSBIN:S=${PREFIX}/==} .include <bsd.port.mk> |