1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/orbitcpp/Makefile
Christian Weisgerber 54eb40c54a Update to version 1.3.5
PR:		51050
Submitted by:	Ports Fury
2003-04-25 18:50:38 +00:00

27 lines
628 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.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ bindings for ORBit, a CORBA 2.2-compliant ORB
LIB_DEPENDS= ORBit-2.0:${PORTSDIR}/devel/ORBit2
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
.include <bsd.port.mk>