2013-05-27 15:58:14 +00:00
|
|
|
# Created by: Will Andrews <andrews@technologist.com>
|
2000-01-03 20:17:40 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= rubix
|
2008-12-14 10:12:33 +00:00
|
|
|
PORTVERSION= 1.0.6
|
2000-01-03 20:17:40 +00:00
|
|
|
CATEGORIES= games
|
2008-12-14 10:12:33 +00:00
|
|
|
MASTER_SITES= http://sed.free.fr/rubix/ \
|
|
|
|
http://mirror.mcx2.org/
|
2000-01-03 20:17:40 +00:00
|
|
|
|
2009-03-06 18:14:36 +00:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2003-02-20 17:32:26 +00:00
|
|
|
COMMENT= Another Rubik's cube game with a rather interesting interface
|
2000-01-03 20:17:40 +00:00
|
|
|
|
2003-12-04 10:12:01 +00:00
|
|
|
USE_BZIP2= yes
|
2000-12-26 15:14:32 +00: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 17:56:05 +00:00
|
|
|
USE_XORG= x11
|
2003-12-07 15:58:55 +00:00
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DENGLISH" \
|
- 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 17:56:05 +00:00
|
|
|
XINC="-I${LOCALBASE}/include" XLIB="-L${LOCALBASE}/lib -lX11"
|
2004-05-09 18:13:38 +00:00
|
|
|
ALL_TARGET= ${PORTNAME}
|
2013-05-27 15:58:14 +00:00
|
|
|
USE_GCC= any
|
2004-05-09 18:13:38 +00:00
|
|
|
|
|
|
|
PORTDOCS= ${DOCFILES}
|
|
|
|
PLIST_FILES= bin/rubix
|
|
|
|
|
|
|
|
DOCFILES= AUTHORS BUGS INSTALL README TODO
|
2000-01-03 20:17:40 +00:00
|
|
|
|
2013-05-27 15:58:14 +00:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2000-01-03 20:17:40 +00:00
|
|
|
do-install:
|
2000-12-26 15:14:32 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/rubix ${PREFIX}/bin
|
2013-05-27 15:58:14 +00:00
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2003-12-04 10:12:01 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-05-09 18:13:38 +00:00
|
|
|
.for file in ${DOCFILES}
|
2003-12-04 10:12:01 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
2000-01-03 20:17:40 +00:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|