blob: bc25b3374b3239df3f204e86007938ab1aea9bf9 (
plain)
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.2
# Date created: 12 September 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id: Makefile,v 1.2 1998/04/04 14:20:51 vanilla Exp $
#
DISTNAME= newsfetch-1.2
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>
|