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