- Use <bsd.ports.(pre|post).mk> for OPTIONS

- Bump PORTREVISION
This commit is contained in:
Lars Engels 2009-06-18 19:14:42 +00:00
parent 43e4a106b2
commit daa10a3d73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=236236

View file

@ -7,6 +7,7 @@
PORTNAME= scummvm-tools
PORTVERSION= 0.13.0
PORTREVISION= 1
CATEGORIES= games emulators
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= scummvm
@ -35,6 +36,8 @@ CXXFLAGS= -I${LOCALBASE}/include
OPTIONS= WX "Build wxWidgets GUI" On
.include <bsd.port.pre.mk>
.if defined(WITH_WX)
USE_WX= 2.4+
WX_CONFIG= ${LOCALBASE}/bin/wxgtk2-2.8-config
@ -69,4 +72,4 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>