summaryrefslogtreecommitdiff
path: root/games/gcompris/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2007-09-04 21:46:25 +0000
committerdrochner <drochner>2007-09-04 21:46:25 +0000
commit8b52c7e702f9f480f140d03991e4dbe02b2d7de2 (patch)
treeb990d382aa003bd3f157b0904f88c06bba53bc19 /games/gcompris/Makefile
parent0031e0b9674b0e1a682f4fa776f7f02d75b47f35 (diff)
downloadpkgsrc-8b52c7e702f9f480f140d03991e4dbe02b2d7de2.tar.gz
import gcompris-8.3.3, a collection of educational games for children,
from Jeremy Reed per pkgsrc-wip, with some update/cleanup by me
Diffstat (limited to 'games/gcompris/Makefile')
-rw-r--r--games/gcompris/Makefile39
1 files changed, 39 insertions, 0 deletions
diff --git a/games/gcompris/Makefile b/games/gcompris/Makefile
new file mode 100644
index 00000000000..652a74f81b9
--- /dev/null
+++ b/games/gcompris/Makefile
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/09/04 21:46:32 drochner Exp $
+
+DISTNAME= gcompris-8.3.3
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gcompris/}
+
+MAINTAINER= reed@reedmedia.net
+HOMEPAGE= http://ofset.sourceforge.net/gcompris/
+COMMENT= Educational games for children
+
+USE_TOOLS+= gmake intltool gtar pkg-config
+GNU_CONFIGURE= YES
+USE_PKGLOCALEDIR= YES
+GNU_CONFIGURE= YES
+USE_LIBTOOL= YES
+CHECK_PORTABILITY_SKIP+= macosx/build-gtk.sh
+USE_DIRS+= xdg-1.1 gnome2-1.5
+INFO_FILES= yes
+
+DEPENDS+= gnuchess-[0-9]*:../../games/gnuchess
+
+PKG_SUPPORTED_OPTIONS= gnet
+PKG_OPTIONS_VAR= PKG_OPTIONS.gcompris
+.include "../../mk/bsd.options.mk"
+.if !empty(PKG_OPTIONS:Mgnet)
+CONFIGURE_ARGS+= --enable-gnet
+.include "../../net/gnet/buildlink3.mk"
+.endif
+
+.include "../../audio/libao/buildlink3.mk"
+.include "../../audio/libvorbis/buildlink3.mk"
+.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../lang/python/application.mk"
+.include "../../x11/py-gtk2/buildlink3.mk"
+.include "../../databases/sqlite3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"