mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
88b5ffb94a
AdaBroker is a full Ada CORBA implementation, released under the GPL (with a special exception on runtime files allowing them to be included in non-GPL applications). PR: ports/18059 Submitted by: Samuel Tardieu <sam@trillian.enst.fr>
34 lines
684 B
Makefile
34 lines
684 B
Makefile
# New ports collection makefile for: adabroker
|
|
# Date created: 17 Apr 2000
|
|
# Whom: Samuel Tardieu <sam@inf.enst.fr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= adabroker
|
|
PORTVERSION= 1.0p3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://adabroker.eu.org/distrib/
|
|
DISTNAME= adabroker-1.0pre3
|
|
|
|
MAINTAINER= sam@inf.enst.fr
|
|
|
|
BUILD_DEPENDS= adagcc:${PORTSDIR}/lang/gnat
|
|
LIB_DEPENDS= adasockets.0:${PORTSDIR}/net/adasockets
|
|
|
|
USE_AUTOCONF= yes
|
|
USE_AUTOMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GMAKE= yes
|
|
|
|
CONFIGURE_ARGS= --enable-adasockets
|
|
|
|
post-install:
|
|
${RM} ${PREFIX}/lib/adabroker/allsrc.adb
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
MAN1= ab_names.1 ab_gnome.1
|
|
MAN7= adabroker.7
|
|
|
|
.include <bsd.port.mk>
|