openbsd-ports/games/xmj/Makefile

29 lines
522 B
Makefile
Raw Normal View History

2007-11-13 09:54:30 -05:00
# $OpenBSD: Makefile,v 1.18 2007/11/13 14:54:32 steven Exp $
COMMENT= Mahjongg game for X11
1998-05-19 18:06:46 -04:00
DISTNAME= xmj
2007-11-13 09:54:30 -05:00
PKGNAME= xmj-1.0p1
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
2007-11-13 09:54:30 -05:00
WANTLIB= X11 Xau Xdmcp Xext c
2000-02-12 01:29:49 -05:00
2006-11-13 05:08:12 -05:00
CONFIGURE_STYLE=imake noman
USE_X11= Yes
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>