diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-12-30 07:30:41 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-12-30 19:57:27 +0000 |
commit | dc5d01f158845966b88732319549270782150221 (patch) | |
tree | 955f64ba2ceb3e673b25a211c05550ff2b258df4 /games | |
parent | d412e6378db598159b35cdf3c9112234bf608f0b (diff) |
Diffstat (limited to 'games')
-rw-r--r-- | games/heroes/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/heroes/Makefile b/games/heroes/Makefile index 5cb9549d0ad4..cca0ddb2f0fa 100644 --- a/games/heroes/Makefile +++ b/games/heroes/Makefile @@ -1,6 +1,6 @@ PORTNAME= heroes PORTVERSION= 0.21 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= games MASTER_SITES= SF \ SF/${PORTNAME}/${PORTNAME}-data/${DATAVERSION}:data \ @@ -18,16 +18,16 @@ WWW= https://heroes.sourceforge.net/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libsmpeg.so:multimedia/smpeg +DEPRECATED= Unmaintained as last release in 2002 +EXPIRATION_DATE= 2025-01-30 USES= gettext gmake iconv localbase:ldflags sdl USE_SDL= mixer sdl GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-sdl_mixer=${LOCALBASE} --without-gii --without-ggi -LDFLAGS+= -lpthread -lsmpeg -lm +LDFLAGS+= -lpthread -lm INFO= heroes |