openbsd-ports/games/xmine/Makefile

25 lines
475 B
Makefile

# $OpenBSD: Makefile,v 1.19 2006/02/04 11:13:17 steven Exp $
COMMENT= "Athena port of xminesweeper"
DISTNAME= xmine-1.0.3-Xaw
PKGNAME= xmine-1.0.3
CATEGORIES= games
MAINTAINER= Paul Janzen <pjanzen@openbsd.org>
# License: BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= ICE SM X11 Xext Xmu Xp Xpm Xt c
LIB_DEPENDS= Xaw3d.::x11/Xaw3d
CONFIGURE_STYLE=imake
NO_REGRESS= Yes
.include <bsd.port.mk>