openbsd-ports/games/belooted/Makefile
ajacoutot edbd4cb711 Remove the librsvg dependency from the gtk ports, _except_ when it's a
build or lib depends... i.e. just remove the RUN_DEPENDS.
2013-04-02 16:41:21 +00:00

36 lines
915 B
Makefile

# $OpenBSD: Makefile,v 1.20 2013/04/02 16:41:21 ajacoutot Exp $
COMMENT= 32-card trick-taking game
DISTNAME= belooted-0.1.4.1
REVISION= 7
CATEGORIES= games
HOMEPAGE= http://gnomefiles.org/content/show.php/Belooted?content=131848
# GPL
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://boby.joe.free.fr/dev/belooted/files/
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
WANTLIB += pthread-stubs xcb z gdk_pixbuf-2.0 gdk-x11-2.0>=1000
WANTLIB += gtk-x11-2.0>=1000 GL xcb-render xcb-shm
MODULES= devel/gettext \
textproc/intltool
LIB_DEPENDS= x11/gtk+2
RUN_DEPENDS= devel/desktop-file-utils
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>