2000-01-03 21:17:40 +01:00
|
|
|
# New ports collection makefile for: rubix
|
|
|
|
# Date created: 19 Nov 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= rubix
|
2008-12-14 11:12:33 +01:00
|
|
|
PORTVERSION= 1.0.6
|
2000-01-03 21:17:40 +01:00
|
|
|
CATEGORIES= games
|
2008-12-14 11:12:33 +01:00
|
|
|
MASTER_SITES= http://sed.free.fr/rubix/ \
|
|
|
|
http://mirror.mcx2.org/
|
2000-01-03 21:17:40 +01:00
|
|
|
|
2009-03-06 19:14:36 +01:00
|
|
|
MAINTAINER= dhn@FreeBSD.org
|
2003-02-20 18:32:26 +01:00
|
|
|
COMMENT= Another Rubik's cube game with a rather interesting interface
|
2000-01-03 21:17:40 +01:00
|
|
|
|
2003-12-04 11:12:01 +01:00
|
|
|
USE_BZIP2= yes
|
2000-12-26 16:14:32 +01: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= x11
|
2003-12-07 16:58:55 +01: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 19:56:05 +02:00
|
|
|
XINC="-I${LOCALBASE}/include" XLIB="-L${LOCALBASE}/lib -lX11"
|
2004-05-09 20:13:38 +02:00
|
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
|
|
|
|
PORTDOCS= ${DOCFILES}
|
|
|
|
PLIST_FILES= bin/rubix
|
|
|
|
|
|
|
|
DOCFILES= AUTHORS BUGS INSTALL README TODO
|
2000-01-03 21:17:40 +01:00
|
|
|
|
|
|
|
do-install:
|
2000-12-26 16:14:32 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/rubix ${PREFIX}/bin
|
2000-01-03 21:17:40 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-12-04 11:12:01 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-05-09 20:13:38 +02:00
|
|
|
.for file in ${DOCFILES}
|
2003-12-04 11:12:01 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
2000-01-03 21:17:40 +01:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|