openbsd-ports/games/xminehunter/Makefile
2010-10-24 20:58:58 +00:00

27 lines
606 B
Makefile

# $OpenBSD: Makefile,v 1.21 2010/10/24 21:19:03 ajacoutot Exp $
COMMENT= Motif minesweeper game
DISTNAME= xminehunter-0.4
PKGNAME= ${DISTNAME}p0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
PERMIT_PACKAGE_CDROM= no fee
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= no fee
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xpm Xt c m pthread-stubs stdc++ xcb
USE_MOTIF= any
WRKDIST= ${WRKDIR}/xminehunter
ALL_TARGET= xminehunter
FAKE_FLAGS= INSTALL_BIN_PATH=${WRKINST}${PREFIX}/bin \
INSTALL_SCORE_PATH=${WRKINST}${PREFIX}/lib/X11/xminehunter
NO_REGRESS= Yes
.include <bsd.port.mk>