diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-31 07:48:38 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-31 07:48:38 +0800 |
commit | 330b092c66ef97784828e4e41c2569793789fae2 (patch) | |
tree | 02e70d19bfa10dac84bcc7c604d2125a99ab1c0a /games/lightsoff/Makefile | |
parent | 38886e719bd94327c0c2c7ffffa75572cd5d305f (diff) | |
download | marcuscom-ports-330b092c66ef97784828e4e41c2569793789fae2.tar.gz marcuscom-ports-330b092c66ef97784828e4e41c2569793789fae2.tar.zst marcuscom-ports-330b092c66ef97784828e4e41c2569793789fae2.zip |
Turn gnome-games in a meta port, in GNOME 3.8 all the games where split off.
Update most to 3.10 but some are still 3.8 because they require a
clutter update. As always please report bugs, especialy with the score
handling.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18839 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games/lightsoff/Makefile')
-rw-r--r-- | games/lightsoff/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/games/lightsoff/Makefile b/games/lightsoff/Makefile new file mode 100644 index 000000000..8d339e96d --- /dev/null +++ b/games/lightsoff/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ +# $MCom$ + +PORTNAME= lightsoff +PORTVERSION= 3.8.0 +CATEGORIES= games gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Gnome ligthsoff + +BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \ + itstool:${PORTSDIR}/textproc/itstool +LIB_DEPENDS= libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 + +USE_XZ= yes +USES= gettext gmake pathfix pkgconfig +INSTALLS_ICONS= yes +USE_XORG= x11 +USE_GL= gl +USE_GNOME= gtk30 intlhack librsvg2 libxml2:build +USE_SQLITE= 3 +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.gnome.lightsoff.gschema.xml + +.include <bsd.port.mk> |