set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
25 lines
622 B
Makefile
25 lines
622 B
Makefile
# $NetBSD: Makefile,v 1.16 2006/07/07 15:49:34 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= GTK2-Wonderland-Engine-1.0
|
|
PKGNAME= gtk2-engines-bluecurve-1.0
|
|
PKGREVISION= 5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=teams/art.gnome.org/themes/gtk2/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://art.gnome.org/
|
|
COMMENT= Port of the famous Bluecurve theme for GTK2+
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.1
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
WRKSRC= ${WRKDIR}/Bluecurve
|
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|