aboutsummaryrefslogtreecommitdiffstats
path: root/news/leafnode/Makefile
blob: 27b06884a1a1fa8e055c5abc18646d03fe9cd92f (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
# New ports collection makefile for:    leafnode
# Date created:     10 April 1996
# Whom:         Brian Somers <brian@Awfulhak.org>
#
# $FreeBSD$
#

PORTNAME=   leafnode
PORTVERSION=    1.9.19
CATEGORIES= news
MASTER_SITES=   ftp://wpxx02.toxi.uni-wuerzburg.de/pub/ \
                ftp://ftp.karlsruhe.org/pub/news/servers/leafnode/ \
                ftp://ftp.stikman.com/pub/leafnode/ \
                ftp://ftp.gigabell.net/pub/leafnode/ \
        ${MASTER_SITE_SUNSITE} \
        http://www.Awfulhak.org/leafnode/
MASTER_SITE_SUBDIR= system/news/transport

MAINTAINER= brian@Awfulhak.org

GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --quiet
MAKE_ARGS=  LOCKFILE=/var/spool/lock/news/fetchnews.lck \
        LIBDIR=${PREFIX}/lib/leafnode
MAN1=       newsq.1
MAN7=       pcre.7
MAN8=       fetchnews.8 applyfilter.8 leafnode.8 texpire.8 checkgroups.8

.include <bsd.port.mk>