mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
a9f04cf1ba
Hat: portmgr
39 lines
872 B
Makefile
39 lines
872 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= 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 <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>
|