summaryrefslogtreecommitdiffstats
path: root/games/iagno/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/iagno/Makefile')
-rw-r--r--games/iagno/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/games/iagno/Makefile b/games/iagno/Makefile
new file mode 100644
index 000000000..e9a9c4879
--- /dev/null
+++ b/games/iagno/Makefile
@@ -0,0 +1,27 @@
+# $FreeBSD$
+# $MCom$
+
+PORTNAME= iagno
+PORTVERSION= 3.8.2
+CATEGORIES= games gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Iagno
+
+BUILD_DEPENDS= vala:${PORTSDIR}/lang/vala \
+ 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
+
+GLIB_SCHEMAS= org.gnome.iagno.gschema.xml
+
+.include <bsd.port.mk>