diff options
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 000000000000..4b5da165f4e9 --- /dev/null +++ b/games/four-in-a-row/Makefile @@ -0,0 +1,27 @@ +# Created by: FreeBSD GNOME Team <gnome@freebsd.org> +# $FreeBSD$ +# $MCom: ports/trunk/games/four-in-a-row/Makefile 19989 2014-10-18 09:53:56Z gusi $ + +PORTNAME= four-in-a-row +PORTVERSION= 3.14.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 + +USES= gettext gmake pathfix pkgconfig tar:xz +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> |