openbsd-ports/games/belooted/Makefile

40 lines
1015 B
Makefile
Raw Normal View History

2011-03-19 13:38:06 -04:00
# $OpenBSD: Makefile,v 1.16 2011/03/19 17:38:06 ajacoutot Exp $
COMMENT= 32-card trick-taking game
DISTNAME= belooted-0.1.4.1
2011-03-19 13:38:06 -04:00
REVISION= 4
CATEGORIES= games
2010-10-25 16:48:10 -04:00
HOMEPAGE= http://gnomefiles.org/content/show.php/Belooted?content=131848
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://boby.joe.free.fr/dev/belooted/files/
2009-06-16 21:53:32 -04:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
2010-10-11 04:11:24 -04:00
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
2009-06-16 21:53:32 -04:00
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
2010-11-16 06:23:25 -05:00
WANTLIB += pthread-stubs xcb z gdk_pixbuf-2.0 gdk-x11-2.0>=1000
WANTLIB += gtk-x11-2.0>=1000
MODULES= devel/gettext \
textproc/intltool
2010-11-16 06:23:25 -05:00
LIB_DEPENDS= x11/gtk+2
RUN_DEPENDS= devel/desktop-file-utils \
x11/gnome/librsvg
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>