freebsd-ports/devel/orbitcpp/Makefile
Pete Fritchman 1b4f516e45 Add orbitcpp-0.30.1, C++ bindings for ORBit, a CORBA 2.2-compliant ORB
PR:		30232
Submitted by:	Thomas Hentschel <bsd@hentschel.net>
2001-10-29 08:57:07 +00:00

24 lines
456 B
Makefile

# New ports collection makefile for: orbitcpp
# Date created: 30 August 2001
# Whom: Thomas Hentschel <thomas at hentschel dot net>
#
# $FreeBSD$
#
PORTNAME= orbitcpp
PORTVERSION= 0.30.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= orbitcpp
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= ORBit.2:${PORTSDIR}/devel/ORBit
USE_GMAKE= yes
USE_GLIB= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>