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

DISTNAME=   leafnode-1.9.2
CATEGORIES= news
MASTER_SITES=   ${MASTER_SITE_SUNSITE} \
        http://www.Awfulhak.org/leafnode/
MASTER_SITE_SUBDIR= system/news/transport

MAINTAINER= brian@Awfulhak.org

HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --quiet --prefix=${PREFIX}
MAKE_ARGS=  LOCKFILE=/var/spool/lock/news/fetch.lck \
        LIBDIR=${PREFIX}/lib/leafnode
MAN1=       newsq.1
MAN8=       fetch.8 applyfilter.8 leafnode.8 texpire.8 checkgroups.8
MLINKS+=    fetch.8 fetch-news.8

post-install:
    ${LN} -sf fetch ${PREFIX}/sbin/fetch-news

.include <bsd.port.mk>