freebsd-ports/devel/kdelibdocs/Makefile

23 lines
565 B
Makefile
Raw Normal View History

2000-02-08 17:19:38 +01:00
# New ports collection makefile for: kdelibdocs
# Date created: 8 Feb 2000
# Whom: imura@af.airnet.ne.jp
2000-02-08 17:19:38 +01:00
#
# $FreeBSD$
#
PORTNAME= kdelibdocs
PORTVERSION= 1.1
2000-02-08 17:19:38 +01:00
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
2000-02-08 17:19:38 +01:00
USE_KDELIBS_VER=1
2000-02-08 17:19:38 +01:00
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-qtdoc-dir=${X11BASE}/share/doc/qt/html"
2000-02-08 17:19:38 +01:00
.include <bsd.port.mk>