aboutsummaryrefslogtreecommitdiff
path: root/news/klibido/Makefile
blob: 23eeb574d44b5201516674aa73f6d09040a93d66 (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
35
36
# New ports collection makefile for:   klibido
# Date created:        2 December 2004
# Whom:                conrads@cox.net
#
# $FreeBSD$
#

PORTNAME=		klibido
PORTVERSION=		0.2.5
PORTREVISION=	4
CATEGORIES=		news
MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=		ports@FreeBSD.org
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_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>