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
19 lines
557 B
Makefile
19 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.14 2009/07/22 09:53:13 thomasklausner Exp $
|
|
|
|
DISTNAME= GTK2-Galaxy
|
|
PKGNAME= gtk2-engines-galaxy-0
|
|
WRKSRC= ${WRKDIR}/galaxy-0.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://ftp.gnome.org/pub/GNOME/teams/art.gnome.org/themes/gtk2/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://art.gnome.org/
|
|
COMMENT= Another theme engine for GTK+ 2.x
|
|
|
|
USE_LIBTOOL= YES
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --disable-gtktest --disable-gdk_pixbuftest
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|