summaryrefslogtreecommitdiff
path: root/devel/kdelibdocs/Makefile
blob: 33b7d0f55cb80d1624b88edeef5e11c701aacc36 (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
# New ports collection makefile for:   kdelibdocs
# Version required:    1.1
# Date created:        8 Feb 2000
# Whom:                imura@FreeBSD.org
#
# $FreeBSD$
#

DISTNAME=	kdelibdocs-1.1
PKGNAME?=	kdelibdocs-1.1
CATEGORIES=	devel kde
MASTER_SITES=	ftp://129.187.206.68/pub/unix/ide/KDevelop/documentation/ \
		ftp://gd.tuwien.ac.at/hci/KDevelop/documentation/ \
		ftp://fara.cs.uni-potsdam.de/pub/kdevelop/documentation/

MAINTAINER=	imura@FreeBSD.org

LIB_DEPENDS?=	kdecore.3:${PORTSDIR}/x11/kdelibs11

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	"--with-qtdoc-dir=${X11BASE}/share/doc/qt/html" \
		"--with-qt-includes=${X11BASE}/include/X11/qt"

PATCHDIR=	${.CURDIR}/patches

.include <bsd.port.mk>