naddy a2c9a774ff Remove redundant variables OPSYS and OPSYS_VER.
OPSYS was always "OpenBSD", the ports tree doesn't cover other
operating systems.
OPSYS_VER was the same as OSREV.

ok espie@
2010-07-18 18:49:01 +00:00

46 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.37 2010/07/18 18:49:02 naddy Exp $
COMMENT= GTK+ binding for librep Lisp environment
VERSION= 0.90.2
DISTNAME= rep-gtk-${VERSION}
PKGNAME= ${DISTNAME}p0
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.5: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${OSREV}
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>