pkgsrc-wip/gdmap/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

21 lines
566 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/07/22 09:53:12 thomasklausner Exp $
#
DISTNAME= gdmap-0.7.5
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gdmap/}
MAINTAINER= dhowland@users.sourceforge.net
HOMEPAGE= http://gdmap.sourceforge.net/
COMMENT= Tool to visualize disk space
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake pkg-config msgfmt xgettext perl intltool
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"