openbsd-ports/games/xmj/Makefile

29 lines
537 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.21 2010/11/16 11:23:29 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
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>