2014-11-05 11:43:59 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2014/11/05 11:43:59 sthen Exp $
|
2007-09-29 12:31:32 +00:00
|
|
|
|
|
|
|
COMMENT= 32-card trick-taking game
|
|
|
|
|
2009-11-27 17:38:03 +00:00
|
|
|
DISTNAME= belooted-0.1.4.1
|
2014-11-05 11:43:59 +00:00
|
|
|
REVISION= 9
|
2009-12-22 16:27:59 +00:00
|
|
|
|
2007-09-29 12:31:32 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
|
2010-10-25 20:48:10 +00:00
|
|
|
HOMEPAGE= http://gnomefiles.org/content/show.php/Belooted?content=131848
|
2007-09-29 12:31:32 +00:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2013-11-22 08:55:28 +00:00
|
|
|
WANTLIB += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
|
|
|
WANTLIB += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
|
|
|
|
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
|
|
|
|
WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
|
2014-11-05 11:43:59 +00:00
|
|
|
WANTLIB += pthread z
|
2007-09-29 12:31:32 +00:00
|
|
|
|
2013-11-22 08:55:28 +00:00
|
|
|
MASTER_SITES= http://boby.joe.free.fr/dev/belooted/files/
|
2007-09-29 12:31:32 +00:00
|
|
|
|
2008-06-03 10:54:04 +00:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
textproc/intltool
|
|
|
|
|
2010-11-16 11:23:25 +00:00
|
|
|
LIB_DEPENDS= x11/gtk+2
|
2013-04-02 16:41:21 +00:00
|
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
2007-09-29 12:31:32 +00:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|