2013-05-28 21:38:34 +02:00
|
|
|
# Created by: Andrey Zakhvatov
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1999-08-18 21:48:20 +02:00
|
|
|
|
2000-08-06 18:02:28 +02:00
|
|
|
PORTNAME= xmines
|
|
|
|
PORTVERSION= 1.0
|
2015-08-05 04:13:53 +02:00
|
|
|
PORTREVISION= 3
|
2000-08-06 18:02:28 +02:00
|
|
|
CATEGORIES= games
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= SUNSITE/games/strategy
|
2000-08-06 18:02:28 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
1999-08-18 21:48:20 +02:00
|
|
|
|
2000-08-06 18:02:28 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= Minesweeper game for the X Window System
|
1999-08-18 21:48:20 +02:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xt
|
2013-05-28 21:38:34 +02:00
|
|
|
CFLAGS+= -Wno-error=return-type
|
|
|
|
|
|
|
|
PORTDOCS= README
|
|
|
|
|
2013-11-14 21:51:43 +01:00
|
|
|
OPTIONS_DEFINE= DOCS
|
1999-08-18 21:48:20 +02:00
|
|
|
|
|
|
|
post-install:
|
2013-11-14 21:51:43 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
1999-08-18 21:48:20 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|