aboutsummaryrefslogtreecommitdiffstats
path: root/news/c-nocem/Makefile
blob: 8b75e675fb12152624e4222af9fad4f094efa330 (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
# 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.dinoex.de/pub/FreeBSD/distfiles/

MAINTAINER= dirk.meyer@dinoex.sub.org

BUILD_DEPENDS=  ${WRKDIRPREFIX}${CNEWSSRC}/conf/substitutions:${PORTSDIR}/news/cnews:configure \
        gpg:${PORTSDIR}/security/gnupg

WRKSRC=     ${WRKDIR}/c-nocem
CNEWSSRC?=  ${.CURDIR}/../cnews/work
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=    --with-cnews=${WRKDIRPREFIX}${CNEWSSRC}

.include <bsd.port.mk>