summaryrefslogtreecommitdiff
path: root/devel/bncsutil-ghost++/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bncsutil-ghost++/Makefile')
-rw-r--r--devel/bncsutil-ghost++/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/devel/bncsutil-ghost++/Makefile b/devel/bncsutil-ghost++/Makefile
deleted file mode 100644
index 3f0914b6f2a8..000000000000
--- a/devel/bncsutil-ghost++/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# Created by: <ports@c0decafe.net>
-# $FreeBSD$
-
-PORTNAME= bncsutil
-PORTVERSION= 1.3.2
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= GOOGLE_CODE
-PKGNAMESUFFIX= -ghost++
-DISTNAME= ${PROJECTHOST}_${PROJECTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Utility library for Battle.net clients in C++
-
-LICENSE= APACHE20
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-LIB_DEPENDS= libgmp.so:math/gmp
-
-PROJECTHOST= ghostplusplus
-PROJECTVERSION= 17.1
-
-USES= dos2unix gmake zip
-WRKSRC= ${WRKDIR}/ghost/bncsutil/src/bncsutil
-MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
-
-USE_LDCONFIG= yes
-
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libbncsutil.so
-
-.include <bsd.port.mk>