1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/deskutils/appwrapper/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

30 lines
689 B
Makefile

# $FreeBSD$
PORTNAME= appwrapper
PORTVERSION= 0.1
PORTREVISION= 7
CATEGORIES= deskutils gnustep
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/AppWrapper%20${PORTVERSION}
DISTNAME= AppWrapper.${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GNUstep application wrapper
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
WRKSRC= ${WRKDIR}/AppWrapper
post-patch:
${RMDIR} ${WRKSRC}/AppWrapper.app/ix86/linux-gnu
${RMDIR} ${WRKSRC}/AppWrapper.app/ix86
${REINPLACE_CMD} 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/AppWrapper.app/AppWrapper
.include <bsd.port.mk>