mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
87249183da
Set build_depends to gnatgcc which is provided by lang/gnat
41 lines
913 B
Makefile
41 lines
913 B
Makefile
# New ports collection makefile for: xmlada
|
|
# Date created: 21 Feb 2002
|
|
# Whom: aidan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmlada
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= https://libre2.adacore.com/${PORTNAME}/
|
|
DISTNAME= XmlAda-${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= aidan@velvet.net
|
|
COMMENT= An XML parsing library for Ada 95
|
|
|
|
BUILD_DEPENDS= gnatgcc:${PORTSDIR}/lang/gnat
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
ADACFLAGS?= # none
|
|
CFLAGS= ${ADACFLAGS}
|
|
|
|
INFO= xmlada
|
|
PORTDOCS= xml.html xml_1.html xml_2.html xml_3.html xml_4.html \
|
|
xml_5.html xml_6.html xml_toc.html xml_ovr.html xml_abt.html
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
|
|
.endif
|
|
${INSTALL_DATA} ${WRKSRC}/docs/xml.info ${PREFIX}/${INFO_PATH}/xmlada.info
|
|
|
|
.include <bsd.port.mk>
|