Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
28 lines
680 B
Makefile
28 lines
680 B
Makefile
# $NetBSD: Makefile,v 1.19 2009/07/22 09:01:53 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= GTK2-Wonderland-Engine-1.0
|
|
PKGNAME= gtk2-engines-bluecurve-1.0
|
|
PKGREVISION= 6
|
|
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+
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LIBTOOL= yes
|
|
WRKSRC= ${WRKDIR}/Bluecurve
|
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|