diff options
Diffstat (limited to 'games/gnome-nibbles/Makefile')
| -rw-r--r-- | games/gnome-nibbles/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/games/gnome-nibbles/Makefile b/games/gnome-nibbles/Makefile new file mode 100644 index 000000000..704d3ebad --- /dev/null +++ b/games/gnome-nibbles/Makefile @@ -0,0 +1,30 @@ +# $FreeBSD$ +# $MCom$ + +PORTNAME= gnome-nibbles +PORTVERSION= 3.8.0 +CATEGORIES= games gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Gnome nibbles + +BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \ + itstool:${PORTSDIR}/textproc/itstool +LIB_DEPENDS= libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 \ + libclutter-gtk-1.0.so:${PORTSDIR}/graphics/clutter-gtk3 + +USE_XZ= yes +USES= gettext gmake pathfix pkgconfig +INSTALLS_ICONS= yes +USE_GL= gl +USE_GNOME= gtk30 intlhack librsvg2 libxml2:build +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --localstatedir=${PREFIX}/share +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +GLIB_SCHEMAS= org.gnome.nibbles.gschema.xml + +.include <bsd.port.mk> |
