1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/games/gbrainy/Makefile
Rene Ladan b0eec09651 Remove textproc/gnome-doc-utils.
It is abandonded upstream for years and is Python-2.7-only.

Adjust consumers, some only need a rebuild, others have their
documentation formerly created by gnome-doc-utils / xml2po removed.

Remove gnomedocutils from USE_GNOME

Submitted by:	rene
Approved by:	portmgr (mat), gnome (kwm)
Differential Revision:	https://reviews.freebsd.org/D23381
2020-01-27 19:40:17 +00:00

31 lines
701 B
Makefile

# $FreeBSD$
PORTNAME= gbrainy
PORTVERSION= 2.2.2
PORTREVISION= 2
PORTEPOCH= 2
CATEGORIES= games
MASTER_SITES= http://gent.softcatala.org/jmas/gbrainy/
MAINTAINER= ports@FreeBSD.org
COMMENT= Brain teaser game and trainer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= mautil:devel/mono-addins \
${LOCALBASE}/bin/bash:shells/bash
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= gettext gmake gnome mono pathfix pkgconfig shebangfix
USE_GNOME= gtksharp20 gnomesharp20 intltool
SHEBANG_FILES= src/Clients/Classical/gbrainy.in
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV+= MONO_REGISTRY_PATH=${WRKDIR}
INSTALLS_ICONS= yes
.include <bsd.port.mk>