pkgsrc-wip/gtk2-engines-dwerg/Makefile
Thomas Klausner 53cae12b32 Remove USE_DIRS from pkgsrc.
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
2009-07-22 09:53:10 +00:00

20 lines
600 B
Makefile

# $NetBSD: Makefile,v 1.15 2009/07/22 09:53:12 thomasklausner Exp $
DISTNAME= dwerg-default-${DWERG_VERSION}
DWERG_VERSION= 0.8
PKGNAME= gtk2-engines-dwerg-${DWERG_VERSION}
CATEGORIES= x11
MASTER_SITES= http://download.freshmeat.net/themes/dwerg/
EXTRACT_SUFX= .tar.gz
WRKSRC= ${WRKDIR}/gtk-engines-dwerg-${DWERG_VERSION}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://themes.freshmeat.net/projects/dwerg/
COMMENT= Theme engine for GTK+ 2.x
USE_LIBTOOL= YES
USE_TOOLS+= gmake pkg-config
GNU_CONFIGURE= YES
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"