blob: 4f706de28b7290e4ef9c4951f2694902bc7f8119 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
# $FreeBSD$
PORTNAME= gnome-sudoku
PORTVERSION= 3.28.0
PORTREVISION= 2
CATEGORIES= games gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Sudoku game for gnome
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= itstool:textproc/itstool \
appstream-util:devel/appstream-glib \
vala:lang/vala
LIB_DEPENDS= libgee-0.8.so:devel/libgee \
libqqwing.so:games/qqwing \
libjson-glib-1.0.so:devel/json-glib
PORTSCOUT= limitw:1,even
USES= compiler:c++11-lang gettext gmake gnome pkgconfig tar:xz
USE_GNOME= cairo gtk30
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
GLIB_SCHEMAS= org.gnome.sudoku.gschema.xml
.include <bsd.port.mk>
|