diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-04-23 18:36:54 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2012-04-23 18:36:54 +0000 |
commit | a430511c8749a770994d760253d608b6180e7b96 (patch) | |
tree | bd1288d13afb07c7109e588149814228ce4042a2 /devel/love07 | |
parent | c66b72c398dd5b5e8d10aba6a637632243826276 (diff) | |
download | ports-a430511c8749a770994d760253d608b6180e7b96.tar.gz ports-a430511c8749a770994d760253d608b6180e7b96.zip |
Notes
Diffstat (limited to 'devel/love07')
-rw-r--r-- | devel/love07/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/love07/Makefile b/devel/love07/Makefile index 737d17c0f747..d5a5a745b84a 100644 --- a/devel/love07/Makefile +++ b/devel/love07/Makefile @@ -7,7 +7,7 @@ PORTNAME= love PORTVERSION= 0.7.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel games MASTER_SITES= http://cdn.bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ @@ -24,6 +24,8 @@ LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ freetype.9:${PORTSDIR}/print/freetype2 BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs +LATEST_LINK= ${PORTNAME}07 + USE_GMAKE= yes USE_OPENAL= yes USE_SDL= sdl mixer @@ -33,11 +35,13 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 \ -I${LUA_INCDIR} `${SDL_CONFIG} --cflags` LDFLAGS+= -L${LOCALBASE}/lib -L${LUA_LIBDIR} -CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib +CONFIGURE_ARGS= --bindir=${PREFIX}/bin --libdir=${PREFIX}/lib \ + --program-suffix=07 WRKSRC= ${WRKDIR}/love-HEAD -PLIST_FILES= bin/love +PLIST_FILES= bin/love07 +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}07 PORTDOCS= * post-patch: |