freebsd-ports/devel/ORBacus/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

30 lines
626 B
Makefile

# New ports collection makefile for: ORBacus
# Date created: 22 June 1998
# Whom: ejc@bazzle.com
#
# $FreeBSD$
#
PORTNAME= ORBacus
PORTVERSION= 3.2.1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.ooc.com/pub/OB/3.2/
DISTNAME= OB-${PORTVERSION}
MAINTAINER= ejc@bazzle.com
USE_XLIB= yes
INSTALLS_SHLIB= yes
HAS_CONFIGURE= yes
USE_NEWGCC= 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>