aboutsummaryrefslogtreecommitdiffstats
path: root/news/newsfetch/Makefile
blob: 64b5ea474927af75726b8b98eb02ea494a70370b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    newsfetch
# Version required: 1.21
# Date created:     12 September 1997
# Whom:         Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $FreeBSD$
#

DISTNAME=   newsfetch-1.21
CATEGORIES= news
MASTER_SITES=   ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/news/readers

MAINTAINER= itojun@itojun.org

MAN1=       newsfetch.1
MAKE_ENV=   INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_MAN="${INSTALL_MAN}"

.include <bsd.port.mk>