2001-03-02 10:17:22 -05:00
|
|
|
# New ports collection makefile for: KDE SDK
|
|
|
|
# Date created: 2 March 2001
|
|
|
|
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kdesdk
|
2002-07-04 15:39:36 -04:00
|
|
|
PORTVERSION= ${KDE_VERSION}
|
2001-03-02 10:17:22 -05:00
|
|
|
CATEGORIES= devel kde
|
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2001-08-15 12:25:13 -04:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
|
2001-09-10 16:22:28 -04:00
|
|
|
DIST_SUBDIR= KDE
|
2001-03-02 10:17:22 -05:00
|
|
|
|
2001-09-01 04:35:47 -04:00
|
|
|
MAINTAINER= kde@FreeBSD.org
|
2001-03-02 10:17:22 -05:00
|
|
|
|
2002-08-22 15:34:32 -04:00
|
|
|
LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db2
|
2001-08-21 04:23:03 -04:00
|
|
|
|
2002-04-21 19:47:50 -04:00
|
|
|
USE_KDEBASE_VER=3
|
2001-03-02 10:17:22 -05:00
|
|
|
GNU_CONFIGURE= yes
|
2002-04-21 19:47:50 -04:00
|
|
|
USE_BZIP2= yes
|
2001-03-02 10:17:22 -05:00
|
|
|
USE_GMAKE= yes
|
2001-08-21 04:23:03 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-04-21 19:47:50 -04:00
|
|
|
LDCONFIG_DIRS= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
|
2001-03-02 10:17:22 -05:00
|
|
|
|
2002-04-21 19:47:50 -04:00
|
|
|
MAN1= cvs2pack.1 cvsversion.1 noncvslist.1 kde-build.1
|
2001-12-03 22:47:18 -05:00
|
|
|
|
2002-06-15 12:16:32 -04:00
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
# Doesn't compile due to C++-unsafe header sys/wait.h.
|
|
|
|
# XXX: Need to figure out when this actually happens.
|
|
|
|
.if ${OSVERSION} > 500000
|
|
|
|
CONFIGURE_ENV= DO_NOT_COMPILE="cervisia"
|
|
|
|
PLIST_SUB+= CERVISIA="@comment "
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= CERVISIA=""
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|