diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-10-25 08:12:43 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-10-25 08:12:43 +0000 |
commit | 48f550240c71565159d3aa7ae9e1aa7e2711e710 (patch) | |
tree | 5caff3ec544765f7546342f571cb8436e85d4ce2 /emulators | |
parent | 13b369c4986db05586669f629b784ecd92b6ce3e (diff) | |
download | ports-48f550240c71565159d3aa7ae9e1aa7e2711e710.tar.gz ports-48f550240c71565159d3aa7ae9e1aa7e2711e710.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/stonx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index 0b3221dcefd0..921f0f3b62aa 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -11,10 +11,13 @@ CATEGORIES= emulators MASTER_SITES= ftp://ftp.complang.tuwien.ac.at/pub/nino/stonx-current/ DISTNAME= STonX-0.6.7-epsilon +BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} + MAINTAINER= treif@mayn.de COMMENT= AtariST emulator RESTRICTED= "tos.img is copyrighted" +IS_INTERACTIVE= needs running x11 TOSIMG?= tos.img USE_X_PREFIX= yes |