2c72a9f0b9
libXext/buildlink3.mk, now that it is included there. Leave the places where its API version is set or variables from it are used directly (about 3 packages).
25 lines
592 B
Makefile
25 lines
592 B
Makefile
# $NetBSD: Makefile,v 1.18 2012/10/23 10:24:05 wiz Exp $
|
|
|
|
DISTNAME= xfreecell-1.0.5b
|
|
PKGREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www2.giganet.net/~nakayama/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www2.giganet.net/~nakayama/
|
|
COMMENT= Popular freecell card game for X
|
|
|
|
USE_X11BASE= yes
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c++
|
|
MAKE_FILE= makefile
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man6
|
|
|
|
WRKSRC= ${WRKDIR}/xfreecell
|
|
NO_CONFIGURE= YES
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|