mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
377f75536b
Update atomix to 3.22.0. Update five-or-more to 3.22.2. Update four-in-a-row to 3.22.1. Update gnome-2048 to 3.22.0. Update gnome-chess to 3.24.1. Update gnome-klotski to 3.22.1. Update gnome-mahjongg to 3.22.0. Update gnome-mines to 3.24.0. Update gnome-nibbles to 3.24.0. Update gnome-robots to 3.22.1. Update gnome-sudoku to 3.24.0. Update gnome-taquin to 3.22.0. Update gnome-tetravex to 3.22.0. Update hitori to 3.22.3. Update iagno to 3.22.0. Update lightsoff to 3.24.0. Update quadrapassel to 3.22.0. Update swell-foop to 3.24.0. Update tali to 3.22.0. * Add licenses * Review dependancies * Update WWW lines Obtained from: gnome devel repo (based on)
30 lines
583 B
Makefile
30 lines
583 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hitori
|
|
PORTVERSION= 3.22.3
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Hitori
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool \
|
|
appstream-util:devel/appstream-glib
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake localbase pathfix pkgconfig \
|
|
tar:xz
|
|
USE_GNOME= cairo gtk30 librsvg2 libxml2:build
|
|
INSTALLS_ICONS= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
GLIB_SCHEMAS= org.gnome.hitori.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|