freebsd-ports/emulators/tilem/Makefile
Alexey Dokuchaev fd1348c563 - Stagify, convert USE_BZIP2 to USES, and sort the latter while here
- Inhibit adding of -O3 to CFLAGS (i.e. respect their standard value)
2014-03-29 14:55:57 +00:00

28 lines
679 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
# $FreeBSD$
PORTNAME= tilem
PORTVERSION= 2.0
PORTREVISION= 3
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 pkgconfig shared-mime-info tar:bzip2
GNU_CONFIGURE= yes
CONFIGURE_ENV= OPT_CFLAGS=" " # Inhibit -O3, our default CFLAGS are upheld
USE_GNOME= gtk20
INSTALLS_ICONS= yes
# Unbreak parallel builds (-jX)
post-patch:
@${REINPLACE_CMD} -E 's,cd (.+) && (\$$\(MAKE\)),\2 -C \1,' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>