freebsd-ports/games/gnome-robots/Makefile
Koop Mast ee59a27b6b Make sure share/games gets created and removed. Otherwise there might be
chicken & egg issues. While here fix tali score files.

Reported by:	mandree@, antoine@
2018-12-15 21:43:49 +00:00

39 lines
915 B
Makefile

# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
# $FreeBSD$
PORTNAME= gnome-robots
PORTVERSION= 3.22.3
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome robots
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool \
appstream-util:devel/appstream-glib
LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \
libcanberra.so:audio/libcanberra \
libgnome-games-support-1.so:games/libgnome-games-support \
libgee-0.8.so:devel/libgee
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
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share
GLIB_SCHEMAS= org.gnome.robots.gschema.xml
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/share/games
.include <bsd.port.mk>