openbsd-ports/games/xminehunter/Makefile

26 lines
593 B
Makefile
Raw Normal View History

2013-03-11 07:02:49 -04:00
# $OpenBSD: Makefile,v 1.25 2013/03/11 11:07:41 espie Exp $
COMMENT= Motif minesweeper game
DISTNAME= xminehunter-0.4
2011-09-16 05:48:08 -04:00
REVISION = 2
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
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'
2013-03-11 07:02:49 -04:00
NO_TEST= Yes
2002-10-26 16:44:38 -04:00
.include <bsd.port.mk>