summaryrefslogtreecommitdiffstats
path: root/math/foma/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/foma/Makefile')
-rw-r--r--math/foma/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/math/foma/Makefile b/math/foma/Makefile
deleted file mode 100644
index 006ae89..0000000
--- a/math/foma/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# Created by: Dmitry Sivachenko <mitya@yandex-team.ru>
-# $FreeBSD$
-
-PORTNAME= foma
-PORTVERSION= 0.9.17
-PORTREVISION= 1
-CATEGORIES= math
-MASTER_SITES= GOOGLE_CODE
-
-MAINTAINER= demon@FreeBSD.org
-COMMENT= Toolkit for constructing finite-state automata and transducers
-
-LICENSE= GPLv2
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-USES= bison gmake readline
-USE_LDCONFIG= yes
-
-do-install:
- (cd ${WRKSRC} && ${INSTALL_DATA} fomalib.h fomalibconf.h ${STAGEDIR}${PREFIX}/include/)
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} foma flookup cgflookup ${STAGEDIR}${PREFIX}/bin/)
- ${INSTALL_DATA} ${WRKSRC}/libfoma.a ${STAGEDIR}${PREFIX}/lib/
- ${INSTALL_LIB} ${WRKSRC}/libfoma.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libfoma.so.0
- (cd ${STAGEDIR}${PREFIX}/lib && ${LN} -s libfoma.so.0 libfoma.so)
-
-.include <bsd.port.mk>
OpenPOWER on IntegriCloud