2006-09-27 21:59:46 +02:00
|
|
|
# New ports collection makefile for: gtamsanalyzer
|
|
|
|
# Date created: 26 Sep 2006
|
2008-04-10 18:11:24 +02:00
|
|
|
# Whom: gurkan@phys.ethz.ch
|
2006-09-27 21:59:46 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtamsanalyzer
|
|
|
|
PORTVERSION= 0.42
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= science gnustep
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/tamsys/gnustep%20tams/GTAMSAnalyzer%2${PORTVERSION}
|
2006-09-27 21:59:46 +02:00
|
|
|
DISTNAME= GTAMSAnalyzer.src.${PORTVERSION}
|
|
|
|
|
2008-04-29 20:00:11 +02:00
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
2006-09-27 21:59:46 +02:00
|
|
|
COMMENT= Qualitative Research Software for the Free World for GNUstep
|
|
|
|
|
2010-06-05 21:53:32 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-09-27 21:59:46 +02:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
2007-01-13 04:57:25 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/Source
|
2006-09-27 21:59:46 +02:00
|
|
|
|
2007-05-25 08:04:44 +02:00
|
|
|
post-patch:
|
|
|
|
${RM} "${WRKSRC}/obj"
|
|
|
|
|
2006-09-27 21:59:46 +02:00
|
|
|
.include <bsd.port.mk>
|