1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/games/gnome-taquin/Makefile
Alexey Dokuchaev 17342290d7 - Remove trailing dot in COMMENT and/or reword it accordingly
- Prefer standard option descriptions, and trim one long line
2016-10-28 16:00:45 +00:00

29 lines
670 B
Makefile

# Created by: FreeBSD GNOME Team <gnome@FreeBSD.org>
# $FreeBSD$
PORTNAME= gnome-taquin
PORTVERSION= 3.18.2
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Move tiles so that they reach their places
BUILD_DEPENDS= vala:lang/vala \
itstool:textproc/itstool
LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3
PORTSCOUT= limitw:1,even
USES= gettext gmake gnome pathfix pkgconfig tar:xz
USE_GNOME= gtk30 intlhack librsvg2 libxml2:build
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.taquin.gschema.xml
.include <bsd.port.mk>