abaa2d7e06
Alas, restricted to NO_CDROM.
22 lines
485 B
Makefile
22 lines
485 B
Makefile
# New ports collection makefile for: xmahjongg
|
|
# Version required:
|
|
# Date created: 16 Aug 1996
|
|
# Whom: joerg@freebsd.org
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= xmahjongg
|
|
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."
|
|
|
|
.include <bsd.port.mk>
|