mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
b28f497285
Update totem to 3.14 now that we have gstreamer 1.4 and minor gnome updates. Update evolution suite to 3.12.9. Make sure gtk30 pulls in adwait-icon-theme, since it now the default theme [3]. PR: 195290 [1], 195289 [2], 195455 [3] Obtained from: gnome devel repo
24 lines
570 B
Makefile
24 lines
570 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/games/hitori/Makefile 20028 2014-10-28 13:52:15Z gusi $
|
|
|
|
PORTNAME= hitori
|
|
PORTVERSION= 3.14.2.1
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Hitori
|
|
|
|
BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
|
|
|
|
USES= gettext gmake 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
|
|
|
|
.include <bsd.port.mk>
|