summaryrefslogtreecommitdiff
path: root/games/kdetoys/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>1999-10-01 11:11:36 +0000
committerdrochner <drochner@pkgsrc.org>1999-10-01 11:11:36 +0000
commitdee33dff3110942d17732f150a6719cff37eb4f9 (patch)
tree23e078c82ef7ae02e19f2cb215e7d5b3fc313f3c /games/kdetoys/Makefile
parent52f8ca4ce37290c28d7001d172b772f5ea4bfbf9 (diff)
downloadpkgsrc-dee33dff3110942d17732f150a6719cff37eb4f9.tar.gz
add kdetoys pkg
Diffstat (limited to 'games/kdetoys/Makefile')
-rw-r--r--games/kdetoys/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/games/kdetoys/Makefile b/games/kdetoys/Makefile
new file mode 100644
index 00000000000..2b12e1a2d02
--- /dev/null
+++ b/games/kdetoys/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/10/01 11:11:36 drochner Exp $
+
+DISTNAME= kdetoys-1.1.2
+CATEGORIES= games kde
+MASTER_SITES= ftp://ftp.us.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/ \
+ ftp://ftp.de.kde.org/pub/kde/stable/1.1.2/distribution/tar/generic/source/bz2/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.kde.org/
+
+DEPENDS+= kdebase-1.1.2:../../x11/kdebase
+
+USE_X11BASE= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
+ "--with-qt-dir=${PREFIX}" \
+ "--with-qt-includes=${PREFIX}/include/qt"
+CFLAGS+= -I${LOCALBASE}/include
+CONFIGURE_ENV= KDEDIR=${PREFIX} \
+ CXXFLAGS="${CFLAGS}" \
+ all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib"
+
+.include "../../mk/bsd.pkg.mk"