pkgsrc-wip/emelfm2/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
567 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/07/22 09:53:11 thomasklausner Exp $
#
DISTNAME= emelfm2-0.1.3
CATEGORIES= sysutils
MASTER_SITES= http://emelfm2.net/rel/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://emelfm2.net/
COMMENT= Fast two-pane file manager using GTK2
PTHREAD_OPTS+= require
USE_TOOLS+= gmake
.include "../../converters/libiconv/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"