mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
6e9407708f
(only ja-linux-netscape is back to sada-san) My short vacation finished and I have no longer enough time to keep maintaining my ports. - Move some local-distfiles from my site to asami-san's. - Some cosmetic changes around removing kde*-i18n ports.
25 lines
649 B
Makefile
25 lines
649 B
Makefile
# New ports collection makefile for: kdelibdocs
|
|
# Date created: 8 Feb 2000
|
|
# Whom: imura@af.airnet.ne.jp
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdelibdocs
|
|
PORTVERSION= 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= ports@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"
|
|
|
|
.include <bsd.port.mk>
|