52d34cce2d
version number bump. Yeah, well, it took me a bit to even get it to compile, one of those, "Hey, let's change the entire build infrastructure for a minor bugfix!" things... But hey now we're fully in-sync with Gnome 2.6.2.
34 lines
847 B
Makefile
34 lines
847 B
Makefile
# $OpenBSD: Makefile,v 1.5 2004/08/01 06:10:09 marcm Exp $
|
|
|
|
COMMENT= "terminal emulatation library"
|
|
|
|
DISTNAME= vte-0.11.11
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://www.gnome.org/
|
|
|
|
MAINTAINER= Marc Matteo <marcm@openbsd.org>
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/vte/0.11/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
BUILD_DEPENDS= :pkgconfig->=0.14.0p1:devel/pkgconfig
|
|
LIB_DEPENDS= gdk-x11-2.0.0.8,gdk_pixbuf-2.0.0.8,gtk-x11-2.0.0.8::x11/gtk+2
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+= --disable-gtk-doc
|
|
CONFIGURE_ARGS+= --disable-python
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
PKG_CONFIG_PATH="${X11BASE}/lib/pkgconfig"
|
|
|
|
.include <bsd.port.mk>
|