diff options
Diffstat (limited to 'news/knzb/Makefile')
-rw-r--r-- | news/knzb/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/news/knzb/Makefile b/news/knzb/Makefile deleted file mode 100644 index 57d2b3640b0a..000000000000 --- a/news/knzb/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: knzb -# Date created: 15 January 2005 -# Whom: Tim Welch <twelch@thepentagon.org> -# -# $FreeBSD$ -# - -PORTNAME= knzb -PORTVERSION= 0.5 -PORTREVISION= 1 -CATEGORIES= news -MASTER_SITES= # http://dmp.org.uk/linux/knzb/download/ - -MAINTAINER= twelch@thepentagon.org -COMMENT= KDE binary newsgroup download tool - -DEPRECATED= This seems to be abandonware. Try news/klibido -EXPIRATION_DATE=2006-06-01 - -RUN_DEPENDS= ${LOCALBASE}/bin/uudeview:${PORTSDIR}/converters/uudeview - -USE_BZIP2= yes -WRKSRC= ${WRKDIR}/knzb -USE_AUTOTOOLS= libtool:15 -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> |