1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/devel/adabooch/Makefile
2014-05-16 08:53:20 +00:00

38 lines
859 B
Makefile

# Created by: David Holm <david@realityrift.com>
# $FreeBSD$
PORTNAME= adabooch
PORTVERSION= 20130322
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF
MASTER_SITE_SUBDIR= booch95/booch95/${PORTVERSION}
DISTNAME= bc-${PORTVERSION}
MAINTAINER= marino@FreeBSD.org
COMMENT= Ada 95 Booch Components
LICENSE= GPLv2 GMGPL
LICENSE_COMB= multi
BUILD_DEPENDS= gprbuild:${PORTSDIR}/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
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}/
${RM} ${STAGEDIR}${DOCSDIR}/Makefile
.endif
.include <bsd.port.mk>