forked from Lainports/freebsd-ports
Simplify gnustep ports Hook into the regular ports framework: - LIB_DEPENDS for library dependencies - Use regular USE_LDCONFIG Reuse USES=objc (automatic) USE_GNUSTEP is now a macro to set the dependencies and build feature needed. Accepted arguments: back base build gui Merge deskutils/preferencepanes into deskutils/systempreferences
23 lines
489 B
Makefile
23 lines
489 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= localize
|
|
PORTVERSION= 0.0.1
|
|
PORTREVISION= 5
|
|
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/Local/Applications/Localize.app/Localize
|
|
|
|
.include <bsd.port.mk>
|