# New ports collection makefile for: nzbget # Date created: 13 April 2004 # Whom: Lewis Thompson # # $FreeBSD$ # PORTNAME= nzbget PORTVERSION= 0.3.1 PORTREVISION= 1 CATEGORIES= news MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org 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 .if ${OSVERSION} < 600000 BROKEN= Does not compile on 5.x .endif post-install: @${INSTALL_DATA} ${WRKSRC}/nzbget.conf.example ${PREFIX}/etc .include