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
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= science gnustep
|
2006-09-27 21:59:46 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= tamsys
|
|
|
|
DISTNAME= GTAMSAnalyzer.src.${PORTVERSION}
|
|
|
|
|
2008-04-10 18:11:24 +02:00
|
|
|
MAINTAINER= gurkan@phys.ethz.ch
|
2006-09-27 21:59:46 +02:00
|
|
|
COMMENT= Qualitative Research Software for the Free World for GNUstep
|
|
|
|
|
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_PREFIX= 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>
|