diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 17:02:55 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2020-08-28 17:02:55 +0000 |
commit | 2b1bce1418ccff4c32625bdc5e12b7f37099bf56 (patch) | |
tree | ebb204fe18500189d2e6a7d30639eb753f7e6f9c /emulators/cinc | |
parent | db0087e00b6f50482fb07eb11d4f437c235848c0 (diff) | |
download | ports-2b1bce1418ccff4c32625bdc5e12b7f37099bf56.tar.gz ports-2b1bce1418ccff4c32625bdc5e12b7f37099bf56.zip |
Notes
Diffstat (limited to 'emulators/cinc')
-rw-r--r-- | emulators/cinc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/cinc/Makefile b/emulators/cinc/Makefile index b13a65655da6..08558db0ce68 100644 --- a/emulators/cinc/Makefile +++ b/emulators/cinc/Makefile @@ -13,6 +13,11 @@ COMMENT= Bell Laboratories cardiac computer emulator GNU_CONFIGURE= yes USES= gmake +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + PLIST_FILES= bin/cinc \ bin/casm |