mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
30 lines
707 B
Makefile
30 lines
707 B
Makefile
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-sudoku
|
|
PORTVERSION= 3.18.2
|
|
CATEGORIES= games gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Sudoku game for gnome
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
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= gettext gmake gnome pathfix pkgconfig python:3 shebangfix tar:xz
|
|
USE_GNOME= gtk30 intlhack libxml2:build py3gobject3
|
|
INSTALLS_ICONS= yes
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
GLIB_SCHEMAS= org.gnome.sudoku.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|