diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-11-14 07:23:21 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-11-14 07:23:21 +0000 |
commit | 62b43aaa5041bc42cf87b1b305fda2313fe0c8fd (patch) | |
tree | ce295bf712749ac2770e56f0515fc655e9912b18 /games | |
parent | 85f1b2ef31d2043c3d3e16f233e4dcb904fb796a (diff) | |
download | ports-62b43aaa5041bc42cf87b1b305fda2313fe0c8fd.tar.gz ports-62b43aaa5041bc42cf87b1b305fda2313fe0c8fd.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/opensurge/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/games/opensurge/Makefile b/games/opensurge/Makefile index 6d09d8aa7378..569bf25d4461 100644 --- a/games/opensurge/Makefile +++ b/games/opensurge/Makefile @@ -18,6 +18,9 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2+ = ${WRKSRC}/licenses/GPLv2.txt LICENSE_FILE_CC-BY-SA-3.0= ${WRKSRC}/licenses/CC-BY-SA-3.0.txt +DEPRECATED= Does not build +EXPIRATION_DATE=2018-02-01 + BUILD_DEPENDS= ${LOCALBASE}/lib/libaldmb.a:audio/dumb-allegro \ ${LOCALBASE}/include/alfont.h:x11-fonts/alfont \ alureplay:audio/alure @@ -69,7 +72,7 @@ post-install: .for s in ${ICON_SIZES} @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ - @${INSTALL_DATA} ${WRKSRC}/src/misc/${PORTNAME}_${s}.png \ + ${INSTALL_DATA} ${WRKSRC}/src/misc/${PORTNAME}_${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ |