example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
14 lines
334 B
Makefile
14 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/12/05 20:50:18 rillig Exp $
|
|
|
|
DISTNAME= spider
|
|
PKGNAME= spider-1.1
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
COMMENT= Solitaire card game from xcontrib
|
|
|
|
USE_IMAKE= yes
|
|
INSTALL_TARGET= install install.doc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|