mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
f9197640d9
We were not setting the flag to select the GNUstep ABI, so were defaulting to using the GCC-compatible version, which was likely to trigger a lot of subtle bugs. This was noticed when C++ exceptions thrown through Objective-C stack frames caused segfaults.
24 lines
490 B
Makefile
24 lines
490 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= localize
|
|
PORTVERSION= 0.0.1
|
|
PORTREVISION= 8
|
|
CATEGORIES= textproc gnustep
|
|
MASTER_SITES= http://www.eskimo.com/~pburns/Localize/files/
|
|
DISTNAME= Localize-20040424
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Application to aid in the translation of .strings files
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
WRKSRC= ${WRKDIR}/Localize
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Localize.app/Localize
|
|
|
|
.include <bsd.port.mk>
|