freebsd-ports/news/knews/Makefile
Dirk Meyer bfbf1b510c - fix crash on png files
Submitted by:	Joerg Wunsch

- add LICENSE
2010-09-26 17:50:22 +00:00

33 lines
822 B
Makefile

# New ports collection makefile for: knews
# Date created: Sun Apr 14 09:23:59 MET DST 1996
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $FreeBSD$
#
PORTNAME= knews
PORTVERSION= 1.0b.1
PORTREVISION= 11
CATEGORIES= news
MASTER_SITES= http://www.matematik.su.se/~kjj/
MAINTAINER= dinoex@FreeBSD.org
COMMENT= A threaded nntp newsreader for X
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
png.6:${PORTSDIR}/graphics/png \
compface:${PORTSDIR}/mail/faces
RUN_DEPENDS= newsp:${PORTSDIR}/print/mp-letter
LICENSE= GPLv2
USE_IMAKE= yes
USE_XORG= xmu xpm xt sm ice xext x11
MAKE_FLAGS= BINDIR=${PREFIX}/bin MANDIR=${PREFIX}/man/man1 CC="${CC}" \
XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
.if defined(MAKE_JOBS)
MAKE_ARGS+= -j${MAKE_JOBS}
.endif
MAN1= knews.1
.include <bsd.port.mk>