freebsd-ports/games/armagetronad/Makefile
Charlie Li d63665f7cd
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.

PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor)
2022-04-10 15:11:41 -04:00

43 lines
1.3 KiB
Makefile

PORTNAME= armagetronad
DISTVERSION= 0.2.8.3.5
DISTVERSIONSUFFIX= .src
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/stable/${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Tron clone in 3D
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= bash:shells/bash
LIB_DEPENDS= libpng.so:graphics/png
USES= autoreconf desktop-file-utils gl gmake gnome jpeg sdl
GNU_CONFIGURE= yes
USE_SDL= image mixer sdl
USE_GL= gl glu
USE_GNOME= libxml2
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
CONFIGURE_ARGS= --disable-etc --disable-games --enable-music
BINARY_ALIAS= sdl11-config=sdl-config
OPTIONS_DEFINE= DOCS
PORTDOCS= *
post-install:
@${MV} ${STAGEDIR}${DATADIR}/desktop/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR}/${PORTNAME}.desktop
.for SZ in 16 32 48
@${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${SZ}x${SZ}/apps
.endfor
@${MV} ${STAGEDIR}${DATADIR}/desktop/icons/small/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/16x16/apps/${PORTNAME}.png
@${MV} ${STAGEDIR}${DATADIR}/desktop/icons/medium/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/32x32/apps/${PORTNAME}.png
@${MV} ${STAGEDIR}${DATADIR}/desktop/icons/large/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png
@${RM} -r ${STAGEDIR}${DATADIR}/desktop
.include <bsd.port.mk>