mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
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
30 lines
626 B
Makefile
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>
|