freebsd-ports/devel/orbitcpp/Makefile
Joe Marcus Clarke f40bc84752 Fix problems with g++-2.9x and virtual interfaces.
Submitted by:	Alexander Nedotsukov <bland@mail.ru>
Obtained from:	Bowie Owens <bowie@owens.csiro.au>
2003-06-20 15:48:49 +00:00

23 lines
518 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= 1.3.6
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
MAINTAINER= gnome@FreeBSD.org
COMMENT= C++ bindings for ORBit, a CORBA 2.2-compliant ORB
USE_BZIP2= yes
USE_GNOME= gnomehack orbit2
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>