1998-07-11 17:54:26 +00:00
|
|
|
# New ports collection makefile for: ORBacus
|
|
|
|
# Date created: 22 June 1998
|
1997-06-04 03:38:53 +00:00
|
|
|
# Whom: ejc@bazzle.com
|
1998-07-29 12:13:20 +00:00
|
|
|
# Version required: 3.0
|
1997-06-04 03:38:53 +00:00
|
|
|
#
|
1998-08-09 22:38:15 +00:00
|
|
|
# $Id: Makefile,v 1.10 1998/07/29 12:12:42 ejc Exp $
|
1997-06-04 03:38:53 +00:00
|
|
|
#
|
|
|
|
|
1998-07-20 22:15:36 +00:00
|
|
|
DISTNAME= OB-3.0
|
|
|
|
PKGNAME= ORBacus-3.0
|
1997-06-04 03:38:53 +00:00
|
|
|
CATEGORIES= devel
|
1998-07-11 17:54:26 +00:00
|
|
|
MASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.0/
|
1997-06-04 03:38:53 +00:00
|
|
|
|
|
|
|
MAINTAINER= ejc@bazzle.com
|
|
|
|
|
1998-07-11 17:54:26 +00:00
|
|
|
BUILD_DEPENDS= gcc28:${PORTSDIR}/lang/gcc28 \
|
|
|
|
g++28:${PORTSDIR}/lang/gcc28 \
|
1998-08-09 22:38:15 +00:00
|
|
|
${PREFIX}/lib/gcc-lib/i386-unknown-freebsd${OSREL}/2.8.1/libstdc++.a:${PORTSDIR}/lang/glibstdc++28
|
1998-06-26 01:06:24 +00:00
|
|
|
|
1997-06-04 03:38:53 +00:00
|
|
|
HAS_CONFIGURE= yes
|
1998-07-11 17:54:26 +00:00
|
|
|
CONFIGURE_ENV= CXX=g++28 CXXFLAGS="-O -pipe"
|
1997-06-29 11:39:45 +00:00
|
|
|
MAN1= idl.1
|
1997-06-04 03:38:53 +00:00
|
|
|
|
|
|
|
post-install:
|
1998-07-11 17:54:26 +00:00
|
|
|
${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/ORBacus
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus
|
1998-08-09 22:38:15 +00:00
|
|
|
.for man in hidl irdel irfeed irgen irserv jidl
|
|
|
|
${RM} -f ${PREFIX}/man/man1/${man}.1*
|
|
|
|
.if defined(NOMANCOMPRESS)
|
|
|
|
${LN} -sf idl.1 ${PREFIX}/man/man1/${man}.1
|
|
|
|
.else
|
|
|
|
${LN} -sf idl.1.gz ${PREFIX}/man/man1/${man}.1.gz
|
|
|
|
.endif
|
|
|
|
.endfor
|
1997-06-04 03:38:53 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|