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
22 lines
562 B
Makefile
22 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.8 2009/07/22 09:01:29 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= liquidwar-5.6.4
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.ufoot.org/download/liquidwar/v5/5.6.4/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ufoot.org/liquidwar/v5
|
|
COMMENT= Unique multiplayer wargame
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --disable-doc-ps --disable-doc-pdf
|
|
#CONFIGURE_ARGS+= --enable-debug
|
|
|
|
.include "../../devel/allegro/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|