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

25 lines
735 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/07/22 09:53:14 thomasklausner Exp $
#
DISTNAME= mirage-0.9.3
CATEGORIES= graphics
MASTER_SITES= http://download.berlios.de/mirageiv/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= netbsd@guigui2.net
HOMEPAGE= http://mirageiv.berlios.de/
COMMENT= Fast and simple image viewer
PKG_DESTDIR_SUPPORT= user-destdir
PYTHON_VERSIONS_ACCEPTED= 25 24
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
.include "../../devel/GConf/schemas.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"