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

34 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2009/07/22 09:53:13 thomasklausner Exp $
#
DISTNAME= hitori-0.2.1
CATEGORIES= games
MASTER_SITES= http://tecnocode.co.uk/downloads/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= http://tecnocode.co.uk/projects/hitori/
COMMENT= Hitori is an application that allow to play the eponymous puzzle game
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config intltool gmake
USE_LANGUAGES+= c c++
SHAREDIR= ${PREFIX}/share/hitori
INSTALLATION_DIRS= share/hitori
post-install:
${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DESTDIR}${SHAREDIR}
${INSTALL_DATA} ${WRKSRC}/NEWS ${DESTDIR}${SHAREDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${SHAREDIR}
.include "../../devel/glib2/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"