mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
beec2b8470
completely rewritten, looks a lot nicer than the 10-year old one. In addition to the suggested patch, i have removed the NO_CDROM restriction, after revisiting the accompanying documentation, the ``Don't redistribute for profit'' old tile images are obviously no longer shipped. PR: ports/16673 Submitted by: <tkato@prontomail.ne.jp> KATO Tsuguru
20 lines
344 B
Makefile
20 lines
344 B
Makefile
# New ports collection makefile for: xmahjongg
|
|
# Version required: 3.2
|
|
# Date created: 16 Aug 1996
|
|
# Whom: joerg@freebsd.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= xmahjongg-3.2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.lcdf.org/xmahjongg/
|
|
|
|
MAINTAINER= joerg@freebsd.org
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
MAN6= xmahjongg.6
|
|
|
|
.include <bsd.port.mk>
|