mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
23 lines
537 B
Makefile
23 lines
537 B
Makefile
# New ports collection makefile for: c-nocem
|
|
# Date created: 19.May 1999
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= c-nocem
|
|
PORTVERSION= 3.6
|
|
CATEGORIES= news security
|
|
MASTER_SITES= http://sites.inka.de/~bigred/sw/ \
|
|
ftp://ftp.lan-ks.de/pub/FreeBSD/distfiles/
|
|
|
|
MAINTAINER= dirk.meyer@dinoex.sub.org
|
|
|
|
BUILD_DEPENDS= /nonexistent:${PORTSDIR}/news/cnews:patch
|
|
|
|
WRKSRC= ${WRKDIR}/c-nocem
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-cnews=${WRKDIRPREFIX}/${PORTSDIR}/news/cnews/work
|
|
|
|
.include <bsd.port.mk>
|