diff options
author | roam <roam@FreeBSD.org> | 2005-02-07 03:45:58 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2005-02-07 03:45:58 +0800 |
commit | 4ab4d1635ddebf7ff5aa5b10c0b1792c050935c1 (patch) | |
tree | a708f2aba3b45b7282c029a9aa489228ef361f87 /games/Makefile | |
parent | 8bedf5ad24782d2da29adf74a5a942de4fc87953 (diff) | |
download | freebsd-ports-gnome-4ab4d1635ddebf7ff5aa5b10c0b1792c050935c1.tar.gz freebsd-ports-gnome-4ab4d1635ddebf7ff5aa5b10c0b1792c050935c1.tar.zst freebsd-ports-gnome-4ab4d1635ddebf7ff5aa5b10c0b1792c050935c1.zip |
Add xglk 0411, an Xlib implementation of the Glk interactive adventure
display toolkit/API.
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 e1d8ea9a8962..7d009bcdae37 100644 --- a/games/Makefile +++ b/games/Makefile @@ -552,6 +552,7 @@ SUBDIR += xgalaga SUBDIR += xgame SUBDIR += xgammon + SUBDIR += xglk SUBDIR += xgolgo SUBDIR += xgospel SUBDIR += xhexagons |