- Add DIST_SUBDIR
- Fix build when WITHOUT_DEBUG option is selected Approved by: garga (mentor)
This commit is contained in:
parent
73f1ac259b
commit
d72d98aa26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171075
2 changed files with 8 additions and 7 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue