aboutsummaryrefslogtreecommitdiff
path: root/devel/adabooch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/adabooch/Makefile')
-rw-r--r--devel/adabooch/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/adabooch/Makefile b/devel/adabooch/Makefile
deleted file mode 100644
index f18b443bb4a2..000000000000
--- a/devel/adabooch/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: David Holm <david@realityrift.com>
-
-PORTNAME= adabooch
-PORTVERSION= 20160321
-PORTREVISION= 2
-CATEGORIES= devel
-MASTER_SITES= SF/booch95/booch95/${PORTVERSION}
-DISTNAME= bc-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Ada 95 Booch Components
-
-LICENSE= GPLv2 GMGPL
-LICENSE_COMB= multi
-
-BUILD_DEPENDS= gprbuild:devel/gprbuild
-
-USES= ada gmake tar:bzip2
-HAS_CONFIGURE= yes
-ALL_TARGET= libs
-
-# Demos are available but require that the libraries are already installed
-# In other words, adabooch demos requires a separate port to do correctly
-OPTIONS_DEFINE= DOCS
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}/
- ${RM} ${STAGEDIR}${DOCSDIR}/Makefile
-
-.include <bsd.port.mk>