1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/emulators/tilem/Makefile
Alexey Dokuchaev 809a2e7cf1 - Update to version 2.0, licensed under GPLv3 now :-(
- Remove no longer applicable local patching
- Dependency on ticables2 is no longer optional, so remove OPTIONS
- Remove ABI version from LIB_DEPENDS to pacify portlint(1)
- Explain why dependency on GNU make is still required
- Update port description to match current state of affairs
- Relinquish to the pool due to lack of time
2012-06-09 16:54:05 +00:00

26 lines
547 B
Makefile

# 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>