mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
c644da13d2
Approved by: marcus (mentor)
23 lines
502 B
Makefile
23 lines
502 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.7
|
|
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>
|