View | Details | Raw Unified | Return to bug 191575
Collapse All | Expand All

(-)Makefile (-4 / +5 lines)
Lines 4-10 Link Here
4
4
5
PORTNAME=	gnome-games
5
PORTNAME=	gnome-games
6
PORTVERSION=	2.32.1
6
PORTVERSION=	2.32.1
7
PORTREVISION=	4
7
PORTREVISION=	5
8
CATEGORIES=	games gnome
8
CATEGORIES=	games gnome
9
MASTER_SITES=	GNOME
9
MASTER_SITES=	GNOME
10
DIST_SUBDIR=	gnome2
10
DIST_SUBDIR=	gnome2
Lines 12-18 Link Here
12
MAINTAINER=	gnome@FreeBSD.org
12
MAINTAINER=	gnome@FreeBSD.org
13
COMMENT=	Game applications package for the GNOME 2 Desktop Environment
13
COMMENT=	Game applications package for the GNOME 2 Desktop Environment
14
14
15
BUILD_DEPENDS=	g-ir-scanner:${PORTSDIR}/devel/gobject-introspection
16
LIB_DEPENDS=	libguile.so:${PORTSDIR}/lang/guile \
15
LIB_DEPENDS=	libguile.so:${PORTSDIR}/lang/guile \
17
		libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
16
		libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
18
		libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
17
		libclutter-glx-1.0.so:${PORTSDIR}/graphics/clutter
Lines 24-31 Link Here
24
INSTALLS_OMF=	yes
23
INSTALLS_OMF=	yes
25
INSTALLS_ICONS=	yes
24
INSTALLS_ICONS=	yes
26
USE_GL=		gl
25
USE_GL=		gl
27
USES=		desktop-file-utils pathfix gettext gmake pkgconfig tar:bzip2
26
USES=		desktop-file-utils pathfix gettext gmake libtool:keepla \
28
USE_GNOME=	gnomeprefix intlhack librsvg2 pygnomedesktop gnomedocutils
27
		pkgconfig tar:bzip2
28
USE_GNOME=	gnomeprefix intlhack librsvg2 pygnomedesktop gnomedocutils \
29
		introspection:build
29
USE_GSTREAMER=	vorbis ogg
30
USE_GSTREAMER=	vorbis ogg
30
GNU_CONFIGURE=	yes
31
GNU_CONFIGURE=	yes
31
CONFIGURE_ARGS=	--with-sound=gstreamer \
32
CONFIGURE_ARGS=	--with-sound=gstreamer \
(-)pkg-plist (+1 lines)
Lines 127-132 Link Here
127
lib/gnome-games/libgames-support-gi.la
127
lib/gnome-games/libgames-support-gi.la
128
lib/gnome-games/libgames-support-gi.so
128
lib/gnome-games/libgames-support-gi.so
129
lib/gnome-games/libgames-support-gi.so.0
129
lib/gnome-games/libgames-support-gi.so.0
130
lib/gnome-games/libgames-support-gi.so.0.0.0
130
%%PYTHON_SITELIBDIR%%/glchess/__init__.py
131
%%PYTHON_SITELIBDIR%%/glchess/__init__.py
131
%%PYTHON_SITELIBDIR%%/glchess/__init__.pyc
132
%%PYTHON_SITELIBDIR%%/glchess/__init__.pyc
132
%%PYTHON_SITELIBDIR%%/glchess/__init__.pyo
133
%%PYTHON_SITELIBDIR%%/glchess/__init__.pyo

Return to bug 191575