openbsd-ports/games/xmj/Makefile

26 lines
456 B
Makefile
Raw Normal View History

2013-03-11 07:02:49 -04:00
# $OpenBSD: Makefile,v 1.22 2013/03/11 11:07:41 espie Exp $
COMMENT= Mahjongg game for X11
1998-05-19 18:06:46 -04:00
DISTNAME= xmj
2010-11-16 06:23:25 -05:00
PKGNAME= xmj-1.0
REVISION = 2
1998-05-19 18:06:46 -04:00
CATEGORIES= games
2002-10-26 16:44:38 -04:00
MASTER_SITES= ${MASTER_SITE_BACKUP}
1998-05-19 18:06:46 -04:00
# BSD
2000-04-04 08:38:09 -04:00
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= X11 Xau Xdmcp Xext c pthread-stubs xcb
2000-02-12 01:29:49 -05:00
2006-11-13 05:08:12 -05:00
CONFIGURE_STYLE=imake noman
2013-03-11 07:02:49 -04:00
NO_TEST= Yes
2002-10-26 16:44:38 -04:00
pre-configure:
@perl -pi -e 's,_height=,_height ,g;' \
-e 's,_width=,_width ,g' $i \
${WRKSRC}/tiles/c*
1998-05-19 18:06:46 -04:00
.include <bsd.port.mk>