mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
951c1f5d1c
The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761
34 lines
718 B
Makefile
34 lines
718 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= iagno
|
|
PORTVERSION= 3.28.0
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Iagno
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= vala:lang/vala \
|
|
itstool:textproc/itstool \
|
|
appstream-util:devel/appstream-glib
|
|
|
|
LIB_DEPENDS= libcanberra.so:audio/libcanberra \
|
|
libcanberra-gtk3.so:audio/libcanberra-gtk3
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake gnome localbase pathfix pkgconfig tar:xz
|
|
USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build
|
|
USE_XORG= x11
|
|
INSTALLS_ICONS= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
GLIB_SCHEMAS= org.gnome.iagno.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|