1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/textproc/xmlada/Makefile
Edwin Groothuis 1c691634f0 Unbreak the patch
Noticed on: bento
2002-11-14 11:27:43 +00:00

33 lines
718 B
Makefile

# New ports collection makefile for: xmlada
# Date created: 21 Feb 2002
# Whom: aidan
#
# $FreeBSD$
#
PORTNAME= xmlada
PORTVERSION= 0.7.1
CATEGORIES= textproc
MASTER_SITES= http://libre.act-europe.fr/xmlada/
DISTNAME= XmlAda-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= aidan@velvet.net
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
WRKSRC= ${WRKDIR}/xmlada-0.7.1
USE_GMAKE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/*.html ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/xml.info ${PREFIX}/info/xmlada.info
install-info ${PREFIX}/info/xmlada.info ${PREFIX}/info/dir
.endif
.include <bsd.port.mk>