summaryrefslogtreecommitdiff
path: root/science/gtamsanalyzer/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/gtamsanalyzer/Makefile')
-rw-r--r--science/gtamsanalyzer/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/science/gtamsanalyzer/Makefile b/science/gtamsanalyzer/Makefile
deleted file mode 100644
index 2ad1f69e10c5..000000000000
--- a/science/gtamsanalyzer/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-PORTNAME= gtamsanalyzer
-PORTVERSION= 0.42
-PORTREVISION= 12
-CATEGORIES= science gnustep
-MASTER_SITES= SF/tamsys/gnustep%20tams/GTAMSAnalyzer%2${PORTVERSION}
-DISTNAME= GTAMSAnalyzer.src.${PORTVERSION}
-
-MAINTAINER= bofh@FreeBSD.org
-COMMENT= Qualitative Research Software for the Free World for GNUstep
-WWW= http://tamsys.sourceforge.net/gtams/
-
-LICENSE= GPLv2
-
-DEPRECATED= Upstream unmaintained as last release was in 2004
-EXPIRATION_DATE= 2025-05-04
-
-USES= gnustep
-USE_GNUSTEP= back build
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/Source
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD
-CFLAGS+= -Wno-error=int-conversion
-CFLAGS+= -Wno-error=incompatible-function-pointer-types
-.endif
-
-post-patch:
- ${RM} "${WRKSRC}/obj"
- @${REINPLACE_CMD} '/^GNUSTEP_INSTALLATION_DIR/ s|=|=$$(DESTDIR)|' \
- ${WRKSRC}/GNUmakefile
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/GTAMSAnalyzer.app/GTAMSAnalyzer
-
-.include <bsd.port.mk>