- Unbreak parallel (-jX) builds by calling sub-makes correctly (via -C)

- Drop leading indefinite article from the COMMENT line
- Use new, more robust syntax for LIB_DEPENDS (available since r322328)
- Sort the knobs, remove no longer required (and deprecated) USE_GMAKE
This commit is contained in:
Alexey Dokuchaev 2013-09-03 09:54:56 +00:00
parent 79aea805a8
commit eaa56b6fc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326131

View file

@ -8,17 +8,21 @@ CATEGORIES= emulators
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= An emulator for the Z80 series of Texas Instruments calculators
COMMENT= Emulator for the Z80 series of Texas Instruments calculators
LICENSE= GPLv3
LIB_DEPENDS= ticalcs2:${PORTSDIR}/comms/libticalcs2
LIB_DEPENDS= libticalcs2.so:${PORTSDIR}/comms/libticalcs2
INSTALLS_ICONS= yes
USES= desktop-file-utils shared-mime-info pkgconfig
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes # parallel builds (-jX) are broken with BSD make(1)
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>