openbsd-ports/games/belooted/Makefile
2016-01-23 13:49:42 +00:00

36 lines
889 B
Makefile

# $OpenBSD: Makefile,v 1.23 2016/01/23 13:49:42 ajacoutot Exp $
COMMENT= 32-card trick-taking game
DISTNAME= belooted-0.1.4.1
REVISION= 10
CATEGORIES= games
HOMEPAGE= http://gnomefiles.org/content/show.php/Belooted?content=131848
MAINTAINER= Landry Breuil <landry@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
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
WANTLIB += pthread z
MASTER_SITES= http://boby.joe.free.fr/dev/belooted/files/
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>