diff options
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 |