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/four-in-a-row/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/four-in-a-row/Makefile')
| -rw-r--r-- | games/four-in-a-row/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/games/four-in-a-row/Makefile b/games/four-in-a-row/Makefile new file mode 100644 index 000000000..a2cf34de8 --- /dev/null +++ b/games/four-in-a-row/Makefile @@ -0,0 +1,27 @@ +# $FreeBSD$ +# $MCom$ + +PORTNAME= four-in-a-row +PORTVERSION= 3.10.1 +CATEGORIES= games gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Make lines of the same color + +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool +LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 + +USE_XZ= yes +USES= gettext gmake pathfix pkgconfig +INSTALLS_ICONS= yes +USE_GNOME= gtk30 intlhack librsvg2 libxml2:build +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= LIBS="-lz" + +GLIB_SCHEMAS= org.gnome.four-in-a-row.gschema.xml + +.include <bsd.port.mk> |
