diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-05-17 08:44:31 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-05-17 08:44:31 +0000 |
commit | 377f75536b442c28c8b3ba9240550810f7fb22fb (patch) | |
tree | 2bf2276349f0ef069ee7a5effe213fba0f5ee28c /games/gnome-mines/Makefile | |
parent | a4ff27dec7bfd22c787ac57b7db5beb68257ca53 (diff) | |
download | ports-377f75536b442c28c8b3ba9240550810f7fb22fb.tar.gz ports-377f75536b442c28c8b3ba9240550810f7fb22fb.zip |
Notes
Diffstat (limited to 'games/gnome-mines/Makefile')
-rw-r--r-- | games/gnome-mines/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/games/gnome-mines/Makefile b/games/gnome-mines/Makefile index 07d4fcab0528..d61f4e264449 100644 --- a/games/gnome-mines/Makefile +++ b/games/gnome-mines/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-mines -PORTVERSION= 3.18.2 +PORTVERSION= 3.24.0 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -10,17 +10,20 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Gnome minesweeper +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= vala:lang/vala \ itstool:textproc/itstool +LIB_DEPENDS= libgnome-games-support-1.so:games/libgnome-games-support \ + libgee-0.8.so:devel/libgee PORTSCOUT= limitw:1,even -USES= gettext gmake gnome pathfix pkgconfig tar:xz -USE_GNOME= gtk30 intlhack librsvg2 libxml2:build +USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz +USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.mines.gschema.xml |