2006-10-31 07:04:30 +01:00
|
|
|
# New ports collection makefile for: gpuzzle
|
|
|
|
# Date created: 28 Oct 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2007-08-11 19:14:05 +02:00
|
|
|
PORTNAME= jigsaw
|
2011-08-07 08:48:47 +02:00
|
|
|
PORTVERSION= 0.8
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= games gnustep
|
2011-08-07 08:48:47 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
|
|
MASTER_SITE_SUBDIR= gap
|
|
|
|
DISTNAME= Jigsaw-${PORTVERSION}
|
2006-10-31 07:04:30 +01:00
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= Simulates a jigsaw puzzle and illustrates the use of clipping paths
|
|
|
|
|
2010-06-04 15:49:15 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-10-31 07:04:30 +01:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|