27 lines
510 B
Makefile
27 lines
510 B
Makefile
# $OpenBSD: Makefile,v 1.18 2004/11/28 22:41:26 espie 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
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
LIB_DEPENDS= Xaw3d.::x11/Xaw3d
|
|
|
|
CONFIGURE_STYLE=imake
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|