blob: 5ab8afcd00abc2d29fb72dd8dd414f43dfeb8a50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= tilem
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Emulator for the Z80 series of Texas Instruments calculators
LICENSE= GPLv3
LIB_DEPENDS= libticalcs2.so:${PORTSDIR}/comms/libticalcs2
USES= desktop-file-utils shared-mime-info pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk20
INSTALLS_ICONS= yes
# Unbreak parallel builds (-jX)
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -E 's,cd (.+) && (\$$\(MAKE\)),\2 -C \1,' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|