1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/news/klibido/Makefile
Ion-Mihai Tetcu 1d0edd85f9 Add a new patch/files dir to news/klibido port to enable support
for up to 20 simultaneous server connections instead of the
default limit of 10. This will allow users with Giganews accounts
to take full advantage of their max connections allowed.

PR:		ports/107851
Submitted by:	Conrad J. Sabatier (maintainer)
2007-01-13 15:28:12 +00:00

38 lines
915 B
Makefile

# New ports collection makefile for: klibido
# Date created: 2 December 2004
# Whom: conrads@cox.net
#
# $FreeBSD$
#
PORTNAME= klibido
PORTVERSION= 0.2.5
PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= conrads@cox.net
COMMENT= A very fast and efficient KDE/QT-based downloader for Usenet binaries
LIB_DEPENDS= uu.3:${PORTSDIR}/converters/uulib \
db-4.4:${PORTSDIR}/databases/db44
USE_KDELIBS_VER= 3
USE_XLIB= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_ICONS= yes
USE_GETTEXT= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db44 ${PTHREAD_CFLAGS}" \
CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include/db44" \
LDFLAGS="-L${LOCALBASE}/lib/db44 ${PTHREAD_LIBS}"
post-install:
.if defined(NOPORTDOCS)
${RM} -rf ${PREFIX}/share/doc/HTML/en/klibido
.endif
.include <bsd.port.mk>