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.
23 lines
491 B
Makefile
23 lines
491 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= affiche
|
|
PORTVERSION= 0.6.0
|
|
PORTREVISION= 7
|
|
CATEGORIES= deskutils gnustep
|
|
MASTER_SITES= http://www.collaboration-world.com/affiche.data/releases/Stable/
|
|
DISTNAME= Affiche-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Affiche allows people to stick notes
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
WRKSRC= ${WRKDIR}/Affiche
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Affiche.app/Affiche
|
|
|
|
.include <bsd.port.mk>
|