48 lines
1.3 KiB
Makefile
48 lines
1.3 KiB
Makefile
# $NetBSD: Makefile,v 1.22 2011/04/22 13:43:35 obache Exp $
|
|
|
|
DISTNAME= gcompris-8.4.4
|
|
PKGREVISION= 11
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gcompris/}
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://gcompris.net/
|
|
COMMENT= Educational games for children
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake intltool gtar pkg-config msgfmt texi2html
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
CHECK_PORTABILITY_SKIP+= macosx/build-gtk.sh
|
|
INFO_FILES= yes
|
|
|
|
DEPENDS+= gnuchess-[0-9]*:../../games/gnuchess
|
|
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
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
|
|
|
|
post-extract:
|
|
${CHMOD} -R go-w ${WRKSRC}
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../databases/py-sqlite2/buildlink3.mk"
|
|
.include "../../databases/sqlite3/buildlink3.mk"
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
.include "../../x11/libXxf86vm/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|