freebsd-ports/emulators/tilem/Makefile

26 lines
547 B
Makefile
Raw Normal View History

# New ports collection makefile for: TilEm (TI Linux Emulator)
# Date created: 5 Sep 2006
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tilem
PORTVERSION= 2.0
CATEGORIES= emulators
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= An emulator for the Z80 series of Texas Instruments calculators
LICENSE= GPLv3
LIB_DEPENDS= ticalcs2:${PORTSDIR}/comms/libticalcs2
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes # parallel builds (-jX) are broken with BSD make(1)
USE_GNOME= gtk20
.include <bsd.port.mk>