pkgsrc/databases/gourmet/Makefile
wiz 6f7c23cfe5 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:01:16 +00:00

21 lines
610 B
Makefile

# $NetBSD: Makefile,v 1.12 2009/07/22 09:01:22 wiz Exp $
#
DISTNAME= gourmet-0.8.5.14
PKGREVISION= 3
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=grecipe-manager/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://grecipe-manager.sourceforge.net/
COMMENT= Recipe database
USE_PKGLOCALEDIR= yes
PYDISTUTILSPKG= yes
.include "../../lang/python/application.mk"
.include "../../lang/python/extension.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../databases/py-metakit/buildlink3.mk"
.include "../../graphics/py-imaging/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"