mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Add DIST_SUBDIR
- Change DEBUG option to off for default Approved by: garga (mentor)
This commit is contained in:
parent
d72d98aa26
commit
f85ae0632a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171076
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user