mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
435 B
Makefile
20 lines
435 B
Makefile
# New ports collection makefile for: newsfetch
|
|
# Date created: 12 September 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= newsfetch
|
|
PORTVERSION= 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>
|