blob: 57d2b3640b0afe66d634112aae7e8efb2185f54c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# 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>
|