freebsd-ports/games/quadrapassel/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

30 lines
712 B
Makefile

# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
# $FreeBSD$
PORTNAME= quadrapassel
PORTVERSION= 3.18.0
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome quadrapassel
BUILD_DEPENDS= vala:lang/vala \
itstool:textproc/itstool
LIB_DEPENDS= libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
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
USE_GL= gl
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
GLIB_SCHEMAS= org.gnome.quadrapassel.gschema.xml
.include <bsd.port.mk>