39 lines
1.0 KiB
Makefile
39 lines
1.0 KiB
Makefile
# $OpenBSD: Makefile,v 1.3 2007/11/13 14:54:31 steven Exp $
|
|
|
|
COMMENT= 32-card trick-taking game
|
|
|
|
DISTNAME= belooted-0.1.3
|
|
PKGNAME= ${DISTNAME}p0
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://www.gnomefiles.org/app.php/Belooted
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# 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/
|
|
|
|
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
|
Xcomposite Xdamage \
|
|
Xrender atk-1.0 c cairo expat fontconfig freetype \
|
|
glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \
|
|
pangocairo-1.0 pangoft2-1.0 png z
|
|
|
|
MODULES= devel/gettext
|
|
BUILD_DEPENDS= :p5-XML-Parser-*:textproc/p5-XML-Parser
|
|
LIB_DEPENDS= gdk-x11-2.0.>=1000,gdk_pixbuf-2.0.>=1000,gtk-x11-2.0.>=1000::x11/gtk+2
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|