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.
21 lines
433 B
Makefile
21 lines
433 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= jigsaw
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 4
|
|
CATEGORIES= games gnustep
|
|
MASTER_SITES= SAVANNAH/gap
|
|
DISTNAME= Jigsaw-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simulates a jigsaw puzzle and illustrates the use of clipping paths
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Jigsaw.app/Jigsaw
|
|
|
|
.include <bsd.port.mk>
|