freebsd-ports/textproc/localize/Makefile
David Chisnall 31e0b9f12c Update GNUstep core libraries.
Update the default Objective-C compiler.

Fix various build failures in GNUstep ports from newer versions of the GNUstep
core libraries and from changes to GNUstep Make.

Update various ports that use GNUstep and bump the portrevision of the ones
that haven't had a new release.
2017-08-21 13:26:28 +00:00

23 lines
490 B
Makefile

# $FreeBSD$
PORTNAME= localize
PORTVERSION= 0.0.1
PORTREVISION= 7
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>