freebsd-ports/news/nzbget/Makefile
Felippe de Meirelles Motta 42d6377aa4 - Mark as BROKEN on 5.x.
Reported by:	erwin bot/pav
Approved by:	araujo (mentor)
2008-04-03 02:12:52 +00:00

38 lines
878 B
Makefile

# New ports collection makefile for: nzbget
# Date created: 13 April 2004
# Whom: Lewis Thompson <purple@lewiz.net>
#
# $FreeBSD$
#
PORTNAME= nzbget
PORTVERSION= 0.3.1
PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= SF
MAINTAINER= lewiz@compsoc.man.ac.uk
COMMENT= A binary newsreader supporting NZB files
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
uu.3:${PORTSDIR}/converters/uulib
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-parcheck
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" \
LOCALBASE="${LOCALBASE}"
USE_GMAKE= yes
PLIST_FILES= bin/nzbget etc/nzbget.conf.example
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 600000
BROKEN= Does not compile on 5.x
.endif
post-install:
@${INSTALL_DATA} ${WRKSRC}/nzbget.conf.example ${PREFIX}/etc
.include <bsd.port.post.mk>