1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/games/tali/Makefile
Muhammad Moinur Rahman 9f8f710b3e */*: Sanitize MANPREFIX for meson ports
Approved by:	portmgr
2024-01-12 23:40:48 +01:00

31 lines
730 B
Makefile

PORTNAME= tali
PORTVERSION= 40.8
PORTREVISION= 3
CATEGORIES= games gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome tali
WWW= https://wiki.gnome.org/Apps/Tali
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool
LIB_DEPENDS= libgnome-games-support-1.so:games/libgnome-games-support
PORTSCOUT= limitw:1,even
USES= gettext gnome localbase meson pkgconfig \
python:build tar:xz
USE_GNOME= cairo gtk30 intlhack librsvg2 libxml2:build
BINARY_ALIAS= python3=${PYTHON_CMD}
GLIB_SCHEMAS= org.gnome.Tali.gschema.xml
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/games
.include <bsd.port.mk>