20 lines
462 B
Makefile
20 lines
462 B
Makefile
# OpenBSD makefile for: newsfetch
|
|
# Version required: 1.0
|
|
# Date created: 28 April 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.1.1.2 1998/04/29 03:57:59 angelos Exp $
|
|
#
|
|
|
|
DISTNAME= newsfetch-1.0
|
|
CATEGORIES= news
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= system/news/readers
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
MAN1= newsfetch.1
|
|
MAKE_ENV+= INSTALL_PROGRAM="${INSTALL_PROGRAM}" INSTALL_MAN="${INSTALL_MAN}"
|
|
|
|
.include <bsd.port.mk>
|