2013-04-29 10:57:12 +02:00
|
|
|
# Created by: Andrey Zakhvatov
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1998-07-13 01:53:09 +02:00
|
|
|
|
2011-10-18 15:05:45 +02:00
|
|
|
PORTNAME= bogged
|
|
|
|
PORTVERSION= 1.0.0
|
- 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= 2
|
2011-10-18 15:05:45 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= SUNSITE/games/strategy
|
|
|
|
EXTRACT_SUFX= .gz
|
1998-07-13 01:53:09 +02:00
|
|
|
|
2011-10-18 15:05:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= Word game for X Window System
|
1998-07-13 01:53:09 +02:00
|
|
|
|
2013-10-30 06:56:08 +01:00
|
|
|
RUN_DEPENDS= wish8.4:${PORTSDIR}/x11-toolkits/tk84
|
|
|
|
|
2011-10-18 15:05:45 +02:00
|
|
|
EXTRACT_CMD= ${GZIP_CMD}
|
|
|
|
EXTRACT_BEFORE_ARGS= -dc
|
|
|
|
EXTRACT_AFTER_ARGS= > ${WRKDIR}/${PORTNAME}
|
1998-07-13 01:53:09 +02:00
|
|
|
|
2011-10-18 15:05:45 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
NO_BUILD= yes
|
1998-07-13 01:53:09 +02:00
|
|
|
|
2011-10-18 15:05:45 +02:00
|
|
|
PLIST_FILES= bin/bogged
|
1998-07-13 01:53:09 +02:00
|
|
|
|
2013-10-30 06:56:08 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/bogged
|
|
|
|
|
1998-07-13 01:53:09 +02:00
|
|
|
do-install:
|
2013-10-30 06:56:08 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
1998-07-13 01:53:09 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|