e82e9283d0
deal properly with uncompressed fonts. Fixes PR 15096 by Paul Goyette <paul@whooppee.com>
29 lines
801 B
Makefile
29 lines
801 B
Makefile
# $NetBSD: Makefile,v 1.12 2001/12/30 03:39:28 hubertf Exp $
|
|
|
|
DISTNAME= xmahjongg
|
|
PKGNAME= xmahjongg-1.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= games
|
|
# Most Usenet archive sites don't store it as a .tar.gz, but Slackware
|
|
# and its mirrors do.
|
|
MASTER_SITES= ftp://wcarchive.cdrom.com/pub/linux/slackware/source/xap/xgames/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
COMMENT= The Chinese game of Mahjongg for X11
|
|
|
|
WRKSRC= ${WRKDIR}/xmahjongg
|
|
USE_IMAKE= yes
|
|
|
|
RESTRICTED= "Restrictive copyright"
|
|
NO_SRC_ON_CDROM= ${RESTRICTED}
|
|
NO_BIN_ON_CDROM= ${RESTRICTED}
|
|
PLIST_SUBST+= X11BASE="${X11BASE}"
|
|
|
|
post-extract:
|
|
@${CP} ${WRKSRC}/xmahjongg.6 ${WRKSRC}/xmahjongg.man
|
|
|
|
post-install:
|
|
${GZIP_CMD} ${X11PREFIX}/lib/X11/fonts/misc/xmahjongg.bdf
|
|
${X11BASE}/bin/mkfontdir ${X11PREFIX}/lib/X11/fonts/misc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|