2017-10-23 17:10:49 +00:00

26 lines
587 B
Makefile

# $OpenBSD: Makefile,v 1.31 2017/10/23 17:10:50 sthen Exp $
COMMENT= Motif minesweeper game
DISTNAME= xminehunter-0.4
REVISION = 6
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
PERMIT_PACKAGE_CDROM= no fee
PERMIT_PACKAGE_FTP= Yes
WANTLIB= X11 Xext Xpm Xt c m ${COMPILER_LIBCXX} xcb Xm
LIB_DEPENDS+= x11/motif
WRKDIST= ${WRKDIR}/xminehunter
ALL_TARGET= xminehunter
FAKE_FLAGS= INSTALL_BIN_PATH=${WRKINST}${PREFIX}/bin \
INSTALL_SCORE_PATH=${WRKINST}${PREFIX}/lib/X11/xminehunter
MAKE_ENV+=MOTIFLIB='-L${LOCALBASE}/lib -lXm'
NO_TEST= Yes
.include <bsd.port.mk>