mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
30 lines
667 B
Makefile
30 lines
667 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
|
|
PORTNAME= gnome-klotski
|
|
PORTVERSION= 3.38.2
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Gnome klotski
|
|
|
|
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 localbase meson pathfix \
|
|
pkgconfig tar:xz
|
|
USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build
|
|
INSTALLS_ICONS= yes
|
|
|
|
GLIB_SCHEMAS= org.gnome.Klotski.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|