summaryrefslogtreecommitdiff
path: root/devel/spdict/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/spdict/Makefile')
-rw-r--r--devel/spdict/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/devel/spdict/Makefile b/devel/spdict/Makefile
deleted file mode 100644
index a2adde4408b1..000000000000
--- a/devel/spdict/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Vanilla I. Shu <vanilla@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= spdict
-PORTVERSION= 0.3
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= GOOGLE_CODE
-DISTNAME= ${PORTNAME}-${PORTVERSION}.src
-
-MAINTAINER= vanilla@FreeBSD.org
-COMMENT= Library of dictionary algorithms
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_LDCONFIG= yes
-USES= gmake
-
-do-install:
- @${MKDIR} ${STAGEDIR}/${PREFIX}/include/spdict
- ${INSTALL_DATA} ${WRKSRC}/*.hpp ${STAGEDIR}/${PREFIX}/include/spdict
- ${INSTALL_DATA} ${WRKSRC}/libspdict.so ${STAGEDIR}/${PREFIX}/lib/libspdict.so.1
- ${LN} -s libspdict.so.1 ${STAGEDIR}/${PREFIX}/lib/libspdict.so
-
-.include <bsd.port.mk>