1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/news/knews/Makefile
Andreas Klemm 19c72d4e31 remove BROKENNESS
forgot to add patch-ac
tested packaging
Reviewed by:	as requested by Satoshi
1998-03-21 13:35:07 +00:00

26 lines
729 B
Makefile

# New ports collection makefile for: knews
# Version required: 0.9.8
# Date created: Sun Apr 14 09:23:59 MET DST 1996
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.11 1998/03/21 12:40:53 asami Exp $
#
DISTNAME= knews-1.0b.0
CATEGORIES= x11 news
MASTER_SITES= http://www.matematik.su.se/~kjj/
MAINTAINER= andreas@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \
jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg \
png\\.0\\.:${PORTSDIR}/graphics/png
RUN_DEPENDS= newsp:${PORTSDIR}/print/mp
WRKSRC= ${WRKDIR}/knews
USE_IMAKE= yes
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
.include <bsd.port.mk>