diff options
author | makc <makc@FreeBSD.org> | 2014-01-17 04:44:43 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-01-17 04:44:43 +0800 |
commit | d9a1acf64cdfdaf55603ad5b695388c9881a722b (patch) | |
tree | 68e8417d2c166d6e35c2d2137d51cfee922eeffa /games/Makefile | |
parent | fa1b6f104b39f8954298b0b226acdce9b1b5c104 (diff) | |
download | freebsd-ports-gnome-d9a1acf64cdfdaf55603ad5b695388c9881a722b.tar.gz freebsd-ports-gnome-d9a1acf64cdfdaf55603ad5b695388c9881a722b.tar.zst freebsd-ports-gnome-d9a1acf64cdfdaf55603ad5b695388c9881a722b.zip |
- Follow upstream and rename games/deng to doomsday
- Update to 1.12.2 (upstream has switched from cmake to qmake)
- Add STAGEDIR support
- Python is required only for building
- Remove custom post-install
- Use options helpers
PR: based on ports/185171
Submitted by: Max Sterling <maxclsb at gmail.com>
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile index 5d8335a7f83d..29d41efa733c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -187,7 +187,6 @@ SUBDIR += dcross SUBDIR += deal SUBDIR += defendguin - SUBDIR += deng SUBDIR += diameter SUBDIR += digger-vgl SUBDIR += djgame2 @@ -203,6 +202,7 @@ SUBDIR += doom-hr2 SUBDIR += doom-wolfendoom SUBDIR += doomlegacy + SUBDIR += doomsday SUBDIR += dopewars SUBDIR += drcreep SUBDIR += drm |