diff options
author | jgh <jgh@FreeBSD.org> | 2015-02-21 02:36:15 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-02-21 02:36:15 +0800 |
commit | 46b1f6969fec0d7a58d94e2544785ce75b464652 (patch) | |
tree | ddb39b7ade0d2a91ab69eb94dd6b38cc1b2e6ca4 /games | |
parent | 6418832d9dda993c6a05485582bb6d35edc602ad (diff) | |
download | freebsd-ports-gnome-46b1f6969fec0d7a58d94e2544785ce75b464652.tar.gz freebsd-ports-gnome-46b1f6969fec0d7a58d94e2544785ce75b464652.tar.zst freebsd-ports-gnome-46b1f6969fec0d7a58d94e2544785ce75b464652.zip |
- over to new maintainer
Reported by: cpet (via irc)
Diffstat (limited to 'games')
-rw-r--r-- | games/gnake/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/games/gnake/Makefile b/games/gnake/Makefile index d28e614492b8..673def0c588b 100644 --- a/games/gnake/Makefile +++ b/games/gnake/Makefile @@ -8,16 +8,13 @@ MASTER_SITES= http://lightless.org/files/ \ LOCAL/jgh/games/${PORTNAME}/ DISTNAME= Gnake.${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= chris@bsdjunk.com COMMENT= Nibbles clone for GNU/Linux and *BSD LICENSE= GPLv2 OPTIONS_DEFINE= DOCS -DEPRECATED= upstream gone, consider games/bsdgames -EXPIRATION_DATE= 2015-03-19 - LDFLAGS+= -L${LOCALBASE}/lib -lncurses CFLAGS+= -Wall |