29 lines
522 B
Makefile
29 lines
522 B
Makefile
# $OpenBSD: Makefile,v 1.18 2007/11/13 14:54:32 steven Exp $
|
|
|
|
COMMENT= Mahjongg game for X11
|
|
|
|
DISTNAME= xmj
|
|
PKGNAME= xmj-1.0p1
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext c
|
|
|
|
CONFIGURE_STYLE=imake noman
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
pre-configure:
|
|
@perl -pi -e 's,_height=,_height ,g;' \
|
|
-e 's,_width=,_width ,g' $i \
|
|
${WRKSRC}/tiles/c*
|
|
|
|
.include <bsd.port.mk>
|