Fix buildling on Mac OS X
This commit is contained in:
parent
2281a0e51a
commit
f482597e5b
1 changed files with 13 additions and 11 deletions
|
@ -1,30 +1,32 @@
|
|||
# $NetBSD: Makefile,v 1.25 2011/04/22 13:41:58 obache Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.26 2011/05/12 11:05:32 adam Exp $
|
||||
|
||||
DISTNAME= gtksourceview-${DISTVER}
|
||||
PKGNAME= gtksourceview2-${DISTVER}
|
||||
PKGREVISION= 3
|
||||
DISTNAME= gtksourceview-2.10.5
|
||||
PKGNAME= ${DISTNAME:S/-/2-/}
|
||||
PKGREVISION= 4
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/2.10/}
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://gtksourceview.sourceforge.net/
|
||||
COMMENT= Text widget that extends GTK2's GtkTextView widget
|
||||
#LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_PKGLOCALEDIR= yes
|
||||
USE_TOOLS+= gmake intltool msgfmt perl pkg-config
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-build-tests
|
||||
|
||||
PKGCONFIG_OVERRIDE= gtksourceview-2.0.pc.in
|
||||
|
||||
CONFIGURE_ARGS+= --disable-build-tests
|
||||
|
||||
DISTVER= 2.10.5
|
||||
SUBST_CLASSES+= ige-mac
|
||||
SUBST_STAGE.ige-mac= pre-configure
|
||||
SUBST_MESSAGE.ige-mac= Do not require ige-mac-integration.
|
||||
SUBST_FILES.ige-mac= configure
|
||||
SUBST_SED.ige-mac= -e 's,os_osx=yes,os_osx=no,'
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue