blob: f0c3c789c362a0e6b90a2d55f78fcb239f603b52 (
plain)
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
|
PORTNAME= gbrainy
PORTREVISION= 1
DISTVERSION= 2.4.3
PORTEPOCH= 2
CATEGORIES= games
MASTER_SITES= https://gent.softcatala.org/jmas/gbrainy/
MAINTAINER= eduardo@FreeBSD.org
COMMENT= Brain teaser game and trainer
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gtk-sharp30>0:x11-toolkits/gtk-sharp30 \
itstool:textproc/itstool
RUN_DEPENDS= bash:shells/bash
USES= gettext gmake gnome mono pathfix pkgconfig shebangfix
USE_GNOME= intltool
SHEBANG_FILES= src/Clients/Classical/gbrainy.in
GNU_CONFIGURE= yes
MAKE_ENV+= MONO_REGISTRY_PATH=${WRKDIR}
INSTALLS_ICONS= yes
.include <bsd.port.mk>
|