- Update to 0.15

- Add EDITOR OPTION. This will install scourge editor
- Add USE_WX
- Add pkg-message file
- Remove USE_GCC
- Mark BROKEN on 4.x

Approved by:	garga (mentor,implicit)
This commit is contained in:
Jose Alonso Cardenas Marquez 2006-09-15 16:20:12 +00:00
parent 79f8669ec0
commit 677de4ea64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173115
3 changed files with 52 additions and 7 deletions

View File

@ -6,10 +6,11 @@
#
PORTNAME= scourge
PORTVERSION= 0.14
PORTVERSION= 0.15
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME:S/$/-src/}-${PORTVERSION}
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= acm@FreeBSD.org
@ -21,7 +22,6 @@ RUN_DEPENDS= ${DATADIR}/world/gui.txt:${PORTSDIR}/games/scourge-data
USE_GL= yes
USE_SDL= sdl mixer net
USE_GMAKE= yes
USE_GCC= 3.3+
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_LIBS}
LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib
@ -30,18 +30,44 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-data-dir=${DATADIR}
SUB_FILES= pkg-message
PLIST_FILES= bin/${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
WRKSRC= ${WRKDIR}/${PORTNAME}
WXCONFIG= wxgtk2${_WX_UC}-${_WX_VER}-config
OPTIONS= DEBUG "Produce an executable with debugging symbols" off
OPTIONS= DEBUG "Produce an executable with debugging symbols" off \
EDITOR "Install scourge editor" on
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Some dependencies do not compile on 4.x
.endif
.if defined(WITH_DEBUG)
CONFIGURE_ARGS+= --enable-debug
.endif
.if !defined(WITHOUT_EDITOR)
USE_WX= 2.6+
WX_COMPS= wx contrib
WX_UNICODE= yes
PLIST_FILES+= bin/${PORTNAME}-editor
HAVE_EDITOR= true
.else
CONFIGURE_ARGS+= --disable-editor
.endif
post-patch:
@${REINPLACE_CMD} -e 's|wx-config|${WXCONFIG} |g' ${WRKSRC}/configure
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/
.if defined(HAVE_EDITOR)
@${INSTALL_PROGRAM} ${WRKSRC}/src/tools/tools ${PREFIX}/bin/${PORTNAME}-editor
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -1,3 +1,3 @@
MD5 (scourge/scourge-0.14.tar.gz) = b5433d7015d4108dc01065d92d46fa59
SHA256 (scourge/scourge-0.14.tar.gz) = c6b283c0e986c83c0d0cc377511b6446b12e9e45109951a9894170e85e322cdc
SIZE (scourge/scourge-0.14.tar.gz) = 1740238
MD5 (scourge/scourge-src-0.15.tar.gz) = e5e00d1ff25c9da124f45e910db4f230
SHA256 (scourge/scourge-src-0.15.tar.gz) = e0d29a7357e8a9042d0cc510fb6e8010ce296fb4c037e0355e2aa01a504f6847
SIZE (scourge/scourge-src-0.15.tar.gz) = 1051072

View File

@ -0,0 +1,19 @@
###############################################################################
S.C.O.U.R.G.E was installed
1) You can run the scourge, using:
# scourge
2) Show the help:
# scourge -help
3) If you decided to install the editor program, use:
# scourge-editor
4) Enjoy it ;)
###############################################################################