1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00

- Switch to USES=localbase

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2016-06-01 09:03:50 +00:00
parent 916ca7e8c7
commit ac3fdceb88
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=416233

View File

@ -19,23 +19,22 @@ GH_ACCOUNT= keithfancher
GH_PROJECT= Bomns-for-Linux
GH_TAGNAME= 113be27
USES= cmake
USES= cmake localbase
CMAKE_ARGS= -Wno-dev
USE_SDL= mixer sdl
USE_GNOME= gtk20
CMAKE_ARGS+= -Wno-dev
USE_CSTD= gnu89
INSTALLS_ICONS= yes
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= LIBS=-L${LOCALBASE}/lib
PORTDOCS= AUTHORS ChangeLog README
OPTIONS_DEFINE= DOCS
post-install:
${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \
${STAGEDIR}${PREFIX}/share/pixmaps/
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}