Z80 TI calculators (73, 82, 83, 83+, 83+ SE, 84+, 84+ SE, 85, and 86) except for TI-81, and all known ROM/OS versions. WWW: http://lpg.ticalc.org/prj_tilem/
23 lines
482 B
Makefile
23 lines
482 B
Makefile
# New ports collection makefile for: TilEm
|
|
# Date created: 5 Sep 2006
|
|
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tilem
|
|
PORTVERSION= 0.973
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= danfe@FreeBSD.org
|
|
COMMENT= An emulator for the Z80 series of Texas Instruments calculators
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk12
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|