aboutsummaryrefslogtreecommitdiff
path: root/games/supertux-devel/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-10-23 13:08:41 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-10-23 13:08:41 +0000
commit21646392b027298c4aca08ad5386649a6869ccea (patch)
tree902ae1e48303d70f1045908f9eb477d7722924c8 /games/supertux-devel/Makefile
parent6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff)
downloadports-21646392b027298c4aca08ad5386649a6869ccea.tar.gz
ports-21646392b027298c4aca08ad5386649a6869ccea.zip
- Support staging
- Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
Notes
Notes: svn path=/head/; revision=331383
Diffstat (limited to 'games/supertux-devel/Makefile')
-rw-r--r--games/supertux-devel/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/games/supertux-devel/Makefile b/games/supertux-devel/Makefile
index 926eec93c2bb..20d5bac54be1 100644
--- a/games/supertux-devel/Makefile
+++ b/games/supertux-devel/Makefile
@@ -7,12 +7,12 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMESUFFIX= -devel
MAINTAINER= makc@FreeBSD.org
-COMMENT= SuperTux is a side-scroller similar to Super Mario Brothers
+COMMENT= Side-scroller game similar to Super Mario Brothers
BUILD_DEPENDS= ${LOCALBASE}/include/boost/smart_ptr.hpp:${PORTSDIR}/devel/boost-libs
-LIB_DEPENDS= physfs.1:${PORTSDIR}/devel/physfs \
- curl:${PORTSDIR}/ftp/curl \
- vorbis.4:${PORTSDIR}/audio/libvorbis
+LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \
+ libcurl.so:${PORTSDIR}/ftp/curl \
+ libvorbis.so:${PORTSDIR}/audio/libvorbis
USE_BZIP2= yes
USE_SDL= image
@@ -21,7 +21,6 @@ USE_GL= glew
USES= cmake:outsource iconv
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
-NO_STAGE= yes
post-patch:
${REINPLACE_CMD} -e '/^Icon=/s,supertux.png,supertux2.png,' \
${WRKSRC}/supertux2.desktop