openbsd-ports/x11/rep-gtk/Makefile
jasper 4ca43df7b1 - update rep-gtk to 0.90.0
- specify license version
2009-10-09 13:05:30 +00:00

45 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.33 2009/10/09 13:05:30 jasper Exp $
COMMENT= GTK+ binding for librep Lisp environment
VERSION= 0.90.0
DISTNAME= rep-gtk-${VERSION}
CATEGORIES= x11
HOMEPAGE= http://rep-gtk.sourceforge.net/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
WANTLIB += freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pcre pixman-1 png
WANTLIB += z pthread-stubs xcb
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rep-gtk/}
EXTRACT_SUFX= .tar.bz2
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= :librep->=0.90.2:lang/librep
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
MODULES= devel/gettext
GNU_ARCH= ${MACHINE_ARCH:S/amd64/x86_64/}-unknown-openbsd${OPSYS_VER}
SUBST_VARS= GNU_ARCH VERSION
USE_X11= Yes
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
NO_REGRESS= Yes
.include <bsd.port.mk>