2002-06-15 18:16:32 +02:00
|
|
|
# New ports collection makefile for: kdeedu3
|
2002-04-22 01:47:50 +02:00
|
|
|
# Date created: 2 November 2001
|
|
|
|
# Whom: will@cvs.kde.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kdeedu
|
2002-07-04 21:39:36 +02:00
|
|
|
PORTVERSION= ${KDE_VERSION}
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 4
|
2002-04-22 01:47:50 +02:00
|
|
|
CATEGORIES?= misc kde
|
2002-06-15 18:16:32 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
2004-08-30 21:55:42 +02:00
|
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
2002-04-22 01:47:50 +02:00
|
|
|
DIST_SUBDIR= KDE
|
|
|
|
|
2011-07-07 19:21:58 +02:00
|
|
|
MAINTAINER?= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Collection of entertaining, educational programs for KDE
|
2002-04-22 01:47:50 +02:00
|
|
|
|
2009-07-28 13:45:08 +02:00
|
|
|
LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs
|
2006-01-08 20:32:36 +01:00
|
|
|
|
|
|
|
CONFLICTS+= kwordquiz-[0-9]* kgeography-[0-9]*
|
2004-08-30 21:55:42 +02:00
|
|
|
|
2002-04-22 01:47:50 +02:00
|
|
|
USE_KDELIBS_VER=3
|
2003-01-28 19:36:58 +01:00
|
|
|
PREFIX= ${KDE_PREFIX}
|
|
|
|
|
2002-04-22 01:47:50 +02:00
|
|
|
USE_BZIP2= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xpm
|
2002-04-22 01:47:50 +02:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2002-04-22 01:47:50 +02:00
|
|
|
|
2008-08-19 14:30:22 +02:00
|
|
|
CONFIGURE_ARGS+=--enable-libusb=${LOCALBASE} \
|
|
|
|
--disable-ocamlsolver
|
2006-01-08 20:32:36 +01:00
|
|
|
|
2007-03-13 20:13:51 +01:00
|
|
|
USE_LDCONFIG= yes
|
2002-06-15 18:16:32 +02:00
|
|
|
|
2003-01-28 19:36:58 +01:00
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
2005-03-20 19:17:55 +01:00
|
|
|
|
2009-03-09 18:15:43 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 800069
|
|
|
|
LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb
|
|
|
|
.endif
|
|
|
|
|
2005-11-05 03:51:21 +01:00
|
|
|
pre-configure:
|
|
|
|
${REINPLACE_CMD} \
|
2005-11-05 15:03:59 +01:00
|
|
|
-e 's|pylibdir in.*|pylibdir in "${LOCALBASE}/lib" \\|g' \
|
2005-11-05 03:51:21 +01:00
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2009-03-09 18:15:43 +01:00
|
|
|
.include <bsd.port.post.mk>
|