blob: 3a7547950ac20caa241c1ae8f34ea32e8d2d3fd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|