diff options
author | danfe <danfe@FreeBSD.org> | 2011-09-01 18:55:33 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-09-01 18:55:33 +0800 |
commit | 3a7e23fae5feaec3f76b4d27a8122b17f385c9fd (patch) | |
tree | f2ca0494ebd8f378ff3c320af251e69557406875 /emulators | |
parent | 80d9b690bbb0de68e7506ecb454baa2cddb00175 (diff) | |
download | freebsd-ports-gnome-3a7e23fae5feaec3f76b4d27a8122b17f385c9fd.tar.gz freebsd-ports-gnome-3a7e23fae5feaec3f76b4d27a8122b17f385c9fd.tar.zst freebsd-ports-gnome-3a7e23fae5feaec3f76b4d27a8122b17f385c9fd.zip |
Add LICENSE (GPLv2) and relinquish to the pool.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/tiemu2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/tiemu2/Makefile b/emulators/tiemu2/Makefile index 3ece3c61451a..17af976cfedf 100644 --- a/emulators/tiemu2/Makefile +++ b/emulators/tiemu2/Makefile @@ -13,9 +13,11 @@ MASTER_SITES= http://www.ticalc.org/pub/unix/ \ http://freebsd.nsu.ru/distfiles/tiemu/ DISTNAME= tiemu -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= TI89(ti)/92(+)/V200 hand-helds emulator +LICENSE= GPLv2 + LIB_DEPENDS= ticalcs.10:${PORTSDIR}/devel/libticalcs \ ticables.12:${PORTSDIR}/comms/libticables \ tifiles.6:${PORTSDIR}/devel/libtifiles |