freebsd-ports/games/xmahjongg/Makefile
Masafumi Max NAKANE 9421fdf1ad No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by:	asami

cp -> ${CP}
1996-12-08 01:11:27 +00:00

26 lines
622 B
Makefile

# New ports collection makefile for: xmahjongg
# Version required:
# Date created: 16 Aug 1996
# Whom: joerg@freebsd.org
#
# $Id: Makefile,v 1.2 1996/11/18 11:25:52 asami Exp $
#
DISTNAME= xmahjongg
PKGNAME= xmahjongg-1.0
CATEGORIES= games
# Most Usenet archive sites don't store it as a .tar.gz, but Slackware
# and it's mirrors do.
MASTER_SITES= ftp://wcarchive.cdrom.com/pub/linux/slackware/source/xap/xgames/
MAINTAINER= joerg@freebsd.org
WRKSRC= ${WRKDIR}/xmahjongg
USE_IMAKE= yes
NO_CDROM= "Restrictive copyright"
post-extract:
@${CP} ${WRKSRC}/xmahjongg.6 ${WRKSRC}/xmahjongg.man
.include <bsd.port.mk>