aboutsummaryrefslogtreecommitdiff
path: root/news/newsfetch/Makefile
blob: 5171279c821d4f82706ada4b29c8e3dbae96f278 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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=	knu@FreeBSD.org

MAKE_ENV=	BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man/man"

MAN1=		newsfetch.1
MANCOMPRESSED=	maybe

do-configure:
	cd ${WRKSRC} && ( \
	${ECHO} "PROG= newsfetch"; \
	${ECHO} "SRCS=" *.c; \
	${ECHO} ".include <bsd.prog.mk>"; \
	) > Makefile

.include <bsd.port.mk>