diff options
author | acm <acm@FreeBSD.org> | 2006-08-21 11:37:42 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-08-21 11:37:42 +0800 |
commit | d68efc173be6920b2e506faa2e3cfab64f2c2a27 (patch) | |
tree | 581de3a23e61d5d8caeb7f80bcec09af8ef3ee2c /graphics/crystalspace | |
parent | 62bcbf36f7c39415d37adc0c9ce8519b76a12d3b (diff) | |
download | freebsd-ports-gnome-d68efc173be6920b2e506faa2e3cfab64f2c2a27.tar.gz freebsd-ports-gnome-d68efc173be6920b2e506faa2e3cfab64f2c2a27.tar.zst freebsd-ports-gnome-d68efc173be6920b2e506faa2e3cfab64f2c2a27.zip |
- Add DIST_SUBDIR
- Change DEBUG option to off for default
Approved by: garga (mentor)
Diffstat (limited to 'graphics/crystalspace')
-rw-r--r-- | graphics/crystalspace/Makefile | 11 | ||||
-rw-r--r-- | graphics/crystalspace/distinfo | 6 |
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 |