openbsd-ports/games/xminehunter/Makefile

28 lines
654 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2011/04/10 18:01:13 jasper Exp $
COMMENT= Motif minesweeper game
DISTNAME= xminehunter-0.4
REVISION = 1
CATEGORIES= games
2002-10-26 16:44:38 -04:00
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
PERMIT_PACKAGE_CDROM= no fee
2000-03-16 18:47:53 -05:00
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= no fee
2000-03-16 18:47:53 -05:00
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xpm Xt c m pthread-stubs stdc++ xcb Xm
2000-03-16 18:47:53 -05:00
LIB_DEPENDS+= x11/openmotif
1999-03-12 14:22:55 -05:00
2000-02-10 19:37:15 -05:00
WRKDIST= ${WRKDIR}/xminehunter
ALL_TARGET= xminehunter
2000-06-02 15:41:58 -04:00
FAKE_FLAGS= INSTALL_BIN_PATH=${WRKINST}${PREFIX}/bin \
INSTALL_SCORE_PATH=${WRKINST}${PREFIX}/lib/X11/xminehunter
MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
.include <bsd.port.mk>