2001-10-29 09:57:07 +01:00
|
|
|
# New ports collection makefile for: orbitcpp
|
|
|
|
# Date created: 30 August 2001
|
|
|
|
# Whom: Thomas Hentschel <thomas at hentschel dot net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= orbitcpp
|
2004-05-19 08:13:51 +02:00
|
|
|
PORTVERSION= 1.3.9
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 3
|
2001-10-29 09:57:07 +01:00
|
|
|
CATEGORIES= devel
|
2003-04-25 20:50:38 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
|
2001-10-29 09:57:07 +01:00
|
|
|
|
2003-06-16 21:16:46 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= C++ bindings for ORBit, a CORBA 2.2-compliant ORB
|
2001-10-29 09:57:07 +01:00
|
|
|
|
2003-04-25 20:50:38 +02:00
|
|
|
USE_BZIP2= yes
|
2007-04-23 08:50:34 +02:00
|
|
|
USE_GNOME= gnomehack ltverhack orbit2
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-11-05 04:45:05 +01:00
|
|
|
USE_LDCONFIG= yes
|
2007-04-23 08:50:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2001-10-29 09:57:07 +01:00
|
|
|
|
2004-05-19 08:13:51 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|^\(SUBDIRS =.*\)test\(.*\)|\1\2|' ${WRKSRC}/Makefile.in
|
|
|
|
|
2007-04-23 08:50:34 +02:00
|
|
|
.include <bsd.port.mk>
|