1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/games/jigsaw/Makefile
2023-04-25 17:17:15 +02:00

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>