1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/news/newsfetch/Makefile
Jun-ichiro itojun Hagino 66a0c024ee new port of newsfetch, command-line downloader for news articles.
"download news articles from NNTP server."
1997-09-12 18:28:07 +00:00

20 lines
441 B
Makefile

# New ports collection makefile for: newsfetch
# Version required: 1.0
# Date created: 12 September 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id$
#
DISTNAME= newsfetch-1.0
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>