mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
8124b0b96a
PR: ports/161427 Submitted by: John Marino <draco@marino.st> (maintainer)
26 lines
580 B
Makefile
26 lines
580 B
Makefile
# New ports collection makefile for: xmlada
|
|
# Date created: 12 December 2010
|
|
# Whom: John Marino <draco@marino.st>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmlada
|
|
PORTVERSION= 4.2.0.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://downloads.dragonlace.net/src/ \
|
|
http://dragonlace.mirrors.ada.cx/src/
|
|
|
|
MAINTAINER= draco@marino.st
|
|
COMMENT= Adacore XML suite for the Ada language
|
|
|
|
BUILD_DEPENDS= gnat-aux>=20110325:${PORTSDIR}/lang/gnat-aux
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
CC= gnatgcc
|
|
|
|
.include <bsd.port.mk>
|