mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
20 lines
490 B
Makefile
20 lines
490 B
Makefile
# New ports collection makefile for: newsfetch
|
|
# Version required: 1.21
|
|
# Date created: 12 September 1997
|
|
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/10/07 06:52:58 itojun Exp $
|
|
#
|
|
|
|
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>
|