diff options
author | antoine <antoine@FreeBSD.org> | 2018-07-13 17:56:57 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-07-13 17:56:57 +0800 |
commit | 2b7fed8252a39ab3e1c89445b184c6addd7c0e85 (patch) | |
tree | e6a0b56582f7e72eab923416bb57d0c2a4c236a6 /games | |
parent | d691d917d7529b707cd65e33e4886ac46e62b760 (diff) | |
download | freebsd-ports-gnome-2b7fed8252a39ab3e1c89445b184c6addd7c0e85.tar.gz freebsd-ports-gnome-2b7fed8252a39ab3e1c89445b184c6addd7c0e85.tar.zst freebsd-ports-gnome-2b7fed8252a39ab3e1c89445b184c6addd7c0e85.zip |
Deprecate unmaintained ports under the NONE license
Diffstat (limited to 'games')
-rw-r--r-- | games/optimax/Makefile | 3 | ||||
-rw-r--r-- | games/smashbattle/Makefile | 3 | ||||
-rw-r--r-- | games/syobon/Makefile | 3 | ||||
-rw-r--r-- | games/xgospel/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
diff --git a/games/optimax/Makefile b/games/optimax/Makefile index 9eb93d8a2d30..5dbae892713b 100644 --- a/games/optimax/Makefile +++ b/games/optimax/Makefile @@ -18,6 +18,9 @@ COMMENT= Core War optimizer written in Perl LICENSE= NONE PD GPLv2+ # only single 3d party file has license defined LICENSE_COMB= multi +DEPRECATED= unknown license +EXPIRATION_DATE= 2018-08-15 + RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk USES= perl5 zip diff --git a/games/smashbattle/Makefile b/games/smashbattle/Makefile index ab5679d7b1e1..16d45d7ffdc2 100644 --- a/games/smashbattle/Makefile +++ b/games/smashbattle/Makefile @@ -13,6 +13,9 @@ COMMENT= 8-bit style platform battle game LICENSE= NONE +DEPRECATED= unknown license +EXPIRATION_DATE= 2018-08-15 + WRKSRC= ${WRKDIR}/${DISTNAME}/battle/Battle EXTRACT_AFTER_ARGS= -d ${WRKDIR}/${DISTNAME} diff --git a/games/syobon/Makefile b/games/syobon/Makefile index 337b47f70d2b..afaa73475573 100644 --- a/games/syobon/Makefile +++ b/games/syobon/Makefile @@ -16,6 +16,9 @@ LICENSE= NONE MAINTAINER= ports@FreeBSD.org COMMENT= Platform game as Super Mario Bros +DEPRECATED= unknown license +EXPIRATION_DATE= 2018-08-15 + WRKSRC= ${WRKDIR}/${PORTNAME} USES= dos2unix gmake pkgconfig diff --git a/games/xgospel/Makefile b/games/xgospel/Makefile index afd6440e7a9a..1e00c12ce237 100644 --- a/games/xgospel/Makefile +++ b/games/xgospel/Makefile @@ -13,6 +13,9 @@ COMMENT= X11 Go (weiqi, baduk) client for the Internet Go Server LICENSE= GPLv2+ NONE # some files have unclear license LICENSE_COMB= multi +DEPRECATED= unknown license +EXPIRATION_DATE= 2018-08-15 + LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d USE_XORG= ice sm x11 xaw xext xmu xpm xt |