aboutsummaryrefslogtreecommitdiff
path: root/graphics/crystalspace
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-08-21 03:37:42 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2006-08-21 03:37:42 +0000
commitf85ae0632a1f9d6749ebcb85bb33a731d2a630e7 (patch)
tree47caf2e4764468820fe7f94ba0664f9cb9f6a0a7 /graphics/crystalspace
parentd72d98aa26e2e2ab56eb66b70b44d680a57df54a (diff)
downloadports-f85ae0632a1f9d6749ebcb85bb33a731d2a630e7.tar.gz
ports-f85ae0632a1f9d6749ebcb85bb33a731d2a630e7.zip
- Add DIST_SUBDIR
- Change DEBUG option to off for default Approved by: garga (mentor)
Notes
Notes: svn path=/head/; revision=171076
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r--graphics/crystalspace/Makefile11
-rw-r--r--graphics/crystalspace/distinfo6
2 files changed, 9 insertions, 8 deletions
diff --git a/graphics/crystalspace/Makefile b/graphics/crystalspace/Makefile
index acbfd36babe4..0aa7eb36a3bb 100644
--- a/graphics/crystalspace/Makefile
+++ b/graphics/crystalspace/Makefile
@@ -7,11 +7,12 @@
PORTNAME= crystalspace
PORTVERSION= 0.99
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= crystal
DISTNAME= cs-pseudo-stable-2006-01-27
+DIST_SUBDIR= ${PORTNAME}
MAINTAINER= acm@FreeBSD.org
COMMENT= Free and portable 3D Game Development Kit
@@ -46,7 +47,7 @@ WRKSRC= ${WRKDIR}/CS
JAM_CMD= ${LOCALBASE}/bin/jam
JAM_ARGS= -qa
-OPTIONS= DEBUG "Build with debugging information" on \
+OPTIONS= DEBUG "Build with debugging information" off \
PYTHON "PYTHON interface" on \
PERL "PERL interface" on \
LCMS "Little Color Management System support" on \
@@ -68,10 +69,10 @@ OPTIONS= DEBUG "Build with debugging information" on \
BROKEN= Does not compile
.endif
-.if !defined(WITHOUT_DEBUG)
-CONFIGURE_ARGS+= --enable-debug=yes
-.else
+.if !defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug=no
+.else
+CONFIGURE_ARGS+= --enable-debug=yes
.endif
.if !defined(WITHOUT_PYTHON)
diff --git a/graphics/crystalspace/distinfo b/graphics/crystalspace/distinfo
index 8d64cb5e2dc7..6d2635366982 100644
--- a/graphics/crystalspace/distinfo
+++ b/graphics/crystalspace/distinfo
@@ -1,3 +1,3 @@
-MD5 (cs-pseudo-stable-2006-01-27.tar.bz2) = 2586e7e0a76a00b47158f5321b9635d5
-SHA256 (cs-pseudo-stable-2006-01-27.tar.bz2) = 68c0bb9ec56506abb63b449ddc582b0b348f39bbd409e287f4b2d2b37c9c1935
-SIZE (cs-pseudo-stable-2006-01-27.tar.bz2) = 27982298
+MD5 (crystalspace/cs-pseudo-stable-2006-01-27.tar.bz2) = 2586e7e0a76a00b47158f5321b9635d5
+SHA256 (crystalspace/cs-pseudo-stable-2006-01-27.tar.bz2) = 68c0bb9ec56506abb63b449ddc582b0b348f39bbd409e287f4b2d2b37c9c1935
+SIZE (crystalspace/cs-pseudo-stable-2006-01-27.tar.bz2) = 27982298