d70523df21
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
19 lines
467 B
Makefile
19 lines
467 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/07/22 09:01:28 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gamazons-0.83
|
|
PKGREVISION= 5
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.yorgalily.org/gamazons/src/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.yorgalily.org/gamazons/
|
|
COMMENT= GNOME program for playing the game Amazons
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
.include "../../devel/libgnomeui/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|