2000-01-03 20:17:40 +00:00
|
|
|
# New ports collection makefile for: rubix
|
|
|
|
# Date created: 19 Nov 1999
|
|
|
|
# Whom: Will Andrews <andrews@technologist.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 12:28:40 +00:00
|
|
|
PORTNAME= rubix
|
2004-05-09 18:13:38 +00:00
|
|
|
PORTVERSION= 1.0.5
|
- 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
|
|
|
PORTREVISION= 2
|
2000-01-03 20:17:40 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://sed.free.fr/rubix/
|
|
|
|
|
2000-06-22 05:52:15 +00:00
|
|
|
MAINTAINER= ports@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}
|
|
|
|
|
|
|
|
PORTDOCS= ${DOCFILES}
|
|
|
|
PLIST_FILES= bin/rubix
|
|
|
|
|
|
|
|
DOCFILES= AUTHORS BUGS INSTALL README TODO
|
2000-01-03 20:17:40 +00:00
|
|
|
|
|
|
|
do-install:
|
2000-12-26 15:14:32 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/rubix ${PREFIX}/bin
|
2000-01-03 20:17:40 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
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>
|