1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/news/knzb/Makefile
Volker Stolz f5d818af90 The author of this program seems to have gone awol. His domain has expired,
and this port is no longer fetchable.
Initiate de-orbit burn with one month grace.

PR:		ports/96323
Submitted by:	maintainer
2006-04-26 11:40:32 +00:00

35 lines
788 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
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>