mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
21 lines
457 B
Makefile
21 lines
457 B
Makefile
PORTNAME= jigsaw
|
|
PORTVERSION= 0.8
|
|
PORTREVISION= 9
|
|
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
|
|
WWW= https://gap.nongnu.org/jigsaw/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= gnustep
|
|
USE_GNUSTEP= back build
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Jigsaw.app/Jigsaw
|
|
|
|
.include <bsd.port.mk>
|