1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/news/knzb/Makefile
Tilman Keskinoz 732cf777b0 Update to 0.5
Add dependency on uudeview
Pass maintainership to submitter

PR:		80351
Submitted by:	Tim Welch <twelch@thepentagon.org>
2005-05-08 13:50:56 +00:00

31 lines
677 B
Makefile

# New ports collection makefile for: knzb
# Date created: 15 January 2005
# Whom: Tim Welch <twelch@thepentagon.org>
#
# $FreeBSD$
#
PORTNAME= knzb
PORTVERSION= 0.5
CATEGORIES= news
MASTER_SITES= http://dmp.org.uk/linux/knzb/download/
MAINTAINER= twelch@thepentagon.org
COMMENT= KDE binary newsgroup download tool
RUN_DEPENDS= ${LOCALBASE}/bin/uudeview:${PORTSDIR}/converters/uudeview
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/knzb
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_QT_VER= 3
USE_KDELIBS_VER= 3
pre-configure:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
.include <bsd.port.mk>