diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-21 03:35:13 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2006-08-21 03:35:13 +0000 |
commit | d72d98aa26e2e2ab56eb66b70b44d680a57df54a (patch) | |
tree | 1105f036dad186d19fca7298ecb0bd6ef006f592 /graphics/crystalentitylayer | |
parent | 73f1ac259b217d1b8b315e2c70fe63a17420481a (diff) | |
download | ports-d72d98aa26e2e2ab56eb66b70b44d680a57df54a.tar.gz ports-d72d98aa26e2e2ab56eb66b70b44d680a57df54a.zip |
Notes
Diffstat (limited to 'graphics/crystalentitylayer')
-rw-r--r-- | graphics/crystalentitylayer/Makefile | 9 | ||||
-rw-r--r-- | graphics/crystalentitylayer/distinfo | 6 |
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/crystalentitylayer/Makefile b/graphics/crystalentitylayer/Makefile index a576daacee49..df2667dea0fe 100644 --- a/graphics/crystalentitylayer/Makefile +++ b/graphics/crystalentitylayer/Makefile @@ -7,11 +7,12 @@ PORTNAME= crystalentitylayer PORTVERSION= 0.99 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cel DISTNAME= cel-pseudo-stable-2006-01-27 +DIST_SUBDIR= crystalspace MAINTAINER= acm@FreeBSD.org COMMENT= CEL is a layer that sits on top of Crystal Space 3D Engine @@ -44,10 +45,10 @@ OPTIONS= DEBUG "Build with debugging information" off \ .include <bsd.port.pre.mk> -.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/crystalentitylayer/distinfo b/graphics/crystalentitylayer/distinfo index bba2f521b032..3a65d035e60e 100644 --- a/graphics/crystalentitylayer/distinfo +++ b/graphics/crystalentitylayer/distinfo @@ -1,3 +1,3 @@ -MD5 (cel-pseudo-stable-2006-01-27.tar.bz2) = 90f7155b161e3fb63dd0632a193604f6 -SHA256 (cel-pseudo-stable-2006-01-27.tar.bz2) = cda6196e0563e00acb7df66853361eceee99e98c6e52f3a597ddb993602ef94b -SIZE (cel-pseudo-stable-2006-01-27.tar.bz2) = 2497748 +MD5 (crystalspace/cel-pseudo-stable-2006-01-27.tar.bz2) = 90f7155b161e3fb63dd0632a193604f6 +SHA256 (crystalspace/cel-pseudo-stable-2006-01-27.tar.bz2) = cda6196e0563e00acb7df66853361eceee99e98c6e52f3a597ddb993602ef94b +SIZE (crystalspace/cel-pseudo-stable-2006-01-27.tar.bz2) = 2497748 |