27 lines
523 B
Makefile
Raw Normal View History

2010-11-16 11:23:25 +00:00
# $OpenBSD: Makefile,v 1.28 2010/11/16 11:23:29 espie Exp $
COMMENT= Athena port of xminesweeper
1998-05-20 01:43:01 +00:00
DISTNAME= xmine-1.0.3-Xaw
2010-11-08 23:12:31 +00:00
PKGNAME= xmine-1.0.3
REVISION = 2
1998-05-20 01:43:01 +00:00
CATEGORIES= games
2001-05-11 22:54:15 +00:00
MAINTAINER= Paul Janzen <pjanzen@openbsd.org>
1998-05-20 01:43:01 +00:00
# License: BSD
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-13 14:54:30 +00:00
2010-11-08 23:12:31 +00:00
WANTLIB= ICE SM Xau Xdmcp X11 Xext Xmu Xpm Xt c pthread-stubs xcb Xaw3d
2000-02-12 06:29:49 +00:00
2010-11-16 11:23:25 +00:00
LIB_DEPENDS= x11/Xaw3d
1998-05-20 01:43:01 +00:00
CONFIGURE_STYLE=imake
2010-10-18 18:00:15 +00:00
USE_GROFF = Yes
2002-10-26 20:44:38 +00:00
NO_REGRESS= Yes
1998-05-20 01:43:01 +00:00
.include <bsd.port.mk>