diff options
author | jgh <jgh@FreeBSD.org> | 2012-10-10 07:56:53 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-10-10 07:56:53 +0800 |
commit | d15dc3157a019ab938ab315e983769329dbd6bd6 (patch) | |
tree | 0a32329d25e8b19f7ac7882c6c37e8dac5c5d160 /games/Makefile | |
parent | 4a669933f86f489d89b6df08a14005ce7c744e14 (diff) | |
download | freebsd-ports-gnome-d15dc3157a019ab938ab315e983769329dbd6bd6.tar.gz freebsd-ports-gnome-d15dc3157a019ab938ab315e983769329dbd6bd6.tar.zst freebsd-ports-gnome-d15dc3157a019ab938ab315e983769329dbd6bd6.zip |
- add new port: games/bombherman
A Bomberman clone written in C++, student project for SUPINFO, France
WWW: https://github.com/Keruspe/Bomb-her-man
PR: 167973
Submitted by: nemysis@gmx.ch
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index c1d81a7e7af8..64cc24d9cd05 100644 --- a/games/Makefile +++ b/games/Makefile @@ -93,6 +93,7 @@ SUBDIR += bomberclone SUBDIR += bomberinstinct SUBDIR += bombermaze + SUBDIR += bombherman SUBDIR += bomns SUBDIR += boswars SUBDIR += braincurses |