mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 9 additions and 8 deletions
|
@ -7,11 +7,12 @@
|
||||||
|
|
||||||
PORTNAME= crystalspace
|
PORTNAME= crystalspace
|
||||||
PORTVERSION= 0.99
|
PORTVERSION= 0.99
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= crystal
|
MASTER_SITE_SUBDIR= crystal
|
||||||
DISTNAME= cs-pseudo-stable-2006-01-27
|
DISTNAME= cs-pseudo-stable-2006-01-27
|
||||||
|
DIST_SUBDIR= ${PORTNAME}
|
||||||
|
|
||||||
MAINTAINER= acm@FreeBSD.org
|
MAINTAINER= acm@FreeBSD.org
|
||||||
COMMENT= Free and portable 3D Game Development Kit
|
COMMENT= Free and portable 3D Game Development Kit
|
||||||
|
@ -46,7 +47,7 @@ WRKSRC= ${WRKDIR}/CS
|
||||||
JAM_CMD= ${LOCALBASE}/bin/jam
|
JAM_CMD= ${LOCALBASE}/bin/jam
|
||||||
JAM_ARGS= -qa
|
JAM_ARGS= -qa
|
||||||
|
|
||||||
OPTIONS= DEBUG "Build with debugging information" on \
|
OPTIONS= DEBUG "Build with debugging information" off \
|
||||||
PYTHON "PYTHON interface" on \
|
PYTHON "PYTHON interface" on \
|
||||||
PERL "PERL interface" on \
|
PERL "PERL interface" on \
|
||||||
LCMS "Little Color Management System support" on \
|
LCMS "Little Color Management System support" on \
|
||||||
|
@ -68,10 +69,10 @@ OPTIONS= DEBUG "Build with debugging information" on \
|
||||||
BROKEN= Does not compile
|
BROKEN= Does not compile
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(WITHOUT_DEBUG)
|
.if !defined(WITH_DEBUG)
|
||||||
CONFIGURE_ARGS+= --enable-debug=yes
|
|
||||||
.else
|
|
||||||
CONFIGURE_ARGS+= --enable-debug=no
|
CONFIGURE_ARGS+= --enable-debug=no
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --enable-debug=yes
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if !defined(WITHOUT_PYTHON)
|
.if !defined(WITHOUT_PYTHON)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (cs-pseudo-stable-2006-01-27.tar.bz2) = 2586e7e0a76a00b47158f5321b9635d5
|
MD5 (crystalspace/cs-pseudo-stable-2006-01-27.tar.bz2) = 2586e7e0a76a00b47158f5321b9635d5
|
||||||
SHA256 (cs-pseudo-stable-2006-01-27.tar.bz2) = 68c0bb9ec56506abb63b449ddc582b0b348f39bbd409e287f4b2d2b37c9c1935
|
SHA256 (crystalspace/cs-pseudo-stable-2006-01-27.tar.bz2) = 68c0bb9ec56506abb63b449ddc582b0b348f39bbd409e287f4b2d2b37c9c1935
|
||||||
SIZE (cs-pseudo-stable-2006-01-27.tar.bz2) = 27982298
|
SIZE (crystalspace/cs-pseudo-stable-2006-01-27.tar.bz2) = 27982298
|
||||||
|
|
Loading…
Add table
Reference in a new issue