1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/ORBacus/Makefile
Edwin Groothuis bbed14edfd The FTP site seems to be "permission denied",
The HTTP site has moved to .de

Noticed by: bento
2004-01-29 02:10:02 +00:00

33 lines
740 B
Makefile

# New ports collection makefile for: ORBacus
# Date created: 22 June 1998
# Whom: ejc@bazzle.com
#
# $FreeBSD$
#
PORTNAME= ORBacus
PORTVERSION= 3.2.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.2/ \
http://ftp.de.sinuspl.net/pub/src/
DISTNAME= OB-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A CORBA 2 implementation
RESTRICTED= "Non-commercial use only"
USE_XLIB= yes
INSTALLS_SHLIB= yes
HAS_CONFIGURE= yes
CONFIGURE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
MAN1= idl.1
MLINKS= idl.1 hidl.1 - irdel.1 - irfeed.1 \
- irgen.1 - irserv.1 - jidl.1
post-install:
${MKDIR} ${PREFIX}/share/doc/ORBacus
${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus
.include <bsd.port.mk>