1999-09-30 05:18:29 +02:00
|
|
|
# New ports collection makefile for: (wm)miniCHESS
|
|
|
|
# Date created: 24 Sep 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= wmminichess
|
|
|
|
PORTVERSION= 0.8
|
- 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
|
|
|
PORTREVISION= 3
|
1999-09-30 05:18:29 +02:00
|
|
|
CATEGORIES= games
|
2005-07-09 04:42:33 +02:00
|
|
|
MASTER_SITES= http://www.insanum.com/miniCHESS/
|
2000-04-14 14:28:40 +02:00
|
|
|
DISTNAME= miniCHESS-${PORTVERSION}
|
1999-09-30 05:18:29 +02:00
|
|
|
|
2000-06-22 07:52:15 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-12-09 20:45:10 +01:00
|
|
|
COMMENT= Window Maker chess dockapp game
|
1999-09-30 05:18:29 +02:00
|
|
|
|
2002-11-16 03:19:32 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/gnuchess:${PORTSDIR}/games/gnuchess
|
1999-09-30 05:18:29 +02:00
|
|
|
|
|
|
|
USE_GMAKE= YES
|
- 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= xpm
|
2008-07-25 14:24:09 +02:00
|
|
|
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
|
1999-09-30 05:18:29 +02:00
|
|
|
LOCAL="${LOCALBASE}" MKDIR="${MKDIR}" \
|
|
|
|
INSTALL_DATA="${INSTALL_DATA}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|