Files
ports/games/jigsaw/Makefile
T
2025-08-12 08:03:53 -03:00

21 lines
458 B
Makefile

PORTNAME= jigsaw
PORTVERSION= 0.8
PORTREVISION= 10
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>