mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Get rid of luabind dependency (1)
- @dirrmtry locale dirs which may be used by other ports PR: 153338 (1) Submitted by: David Demelier <demelier.david@gmail.com> (1)
This commit is contained in:
parent
6870ce2390
commit
0d6c210a24
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270596
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= allacrost
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-demo/${PORTVERSION}
|
||||
DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION}
|
||||
@ -14,12 +15,11 @@ DISTNAME= ${PORTNAME}_demo_source_${PORTVERSION}
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= A single player 2D role-playing game
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libluabind.so:${PORTSDIR}/devel/luabind
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/libluabind.so:${PORTSDIR}/devel/luabind
|
||||
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
png.6:${PORTSDIR}/graphics/png \
|
||||
ogg.7:${PORTSDIR}/audio/libogg \
|
||||
vorbis.4:${PORTSDIR}/audio/libvorbis
|
||||
vorbis.4:${PORTSDIR}/audio/libvorbis \
|
||||
boost_thread.4:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
@ -350,8 +350,8 @@ share/locale/en@quot/LC_MESSAGES/allacrost.mo
|
||||
share/locale/es/LC_MESSAGES/allacrost.mo
|
||||
share/locale/fr/LC_MESSAGES/allacrost.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/allacrost.mo
|
||||
@dirrm share/locale/en@quot/LC_MESSAGES
|
||||
@dirrm share/locale/en@quot
|
||||
@dirrmtry share/locale/en@quot/LC_MESSAGES
|
||||
@dirrmtry share/locale/en@quot
|
||||
@dirrm %%DATADIR%%/allacrost/txt
|
||||
@dirrm %%DATADIR%%/allacrost/snd
|
||||
@dirrm %%DATADIR%%/allacrost/mus
|
||||
|
Loading…
Reference in New Issue
Block a user