aboutsummaryrefslogtreecommitdiff
path: root/devel/omniORB-4.1
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-15 16:55:06 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-15 16:55:06 +0000
commit2a4aefd39f214bb3b1c35136909092fd415787f0 (patch)
treeebaeed962572161ef554840ea3f44d6c6bb7586c /devel/omniORB-4.1
parent396f4bcfce1e884dda098610988456a131d1c74e (diff)
downloadports-2a4aefd39f214bb3b1c35136909092fd415787f0.tar.gz
ports-2a4aefd39f214bb3b1c35136909092fd415787f0.zip
Notes
Diffstat (limited to 'devel/omniORB-4.1')
-rw-r--r--devel/omniORB-4.1/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/omniORB-4.1/Makefile b/devel/omniORB-4.1/Makefile
index 14f8b8a964f7..7ca761e0d1f7 100644
--- a/devel/omniORB-4.1/Makefile
+++ b/devel/omniORB-4.1/Makefile
@@ -3,6 +3,7 @@
PORTNAME= omniORB
PORTVERSION= 4.1.7
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX= 41
@@ -10,7 +11,8 @@ PKGNAMESUFFIX= 41
MAINTAINER= ports@FreeBSD.org
COMMENT= Robust high performance CORBA ORB for C++ and Python
-LICENSE= GPLv2
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
CONFLICTS= omniORB-4.2.*
@@ -40,6 +42,8 @@ pre-configure:
${WRKSRC}/contrib/pkgconfig/GNUmakefile.in
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so \
+ ${STAGEDIR}${PYTHON_SITELIBDIR}/_omniidlmodule.so
${PYTHON_CMD} -c "import compileall; compileall.compile_dir('${STAGEDIR}${PYTHON_SITELIBDIR}/omniidl')"
${PYTHON_CMD} -c "import compileall; compileall.compile_dir('${STAGEDIR}${PYTHON_SITELIBDIR}/omniidl_be')"
cd ${WRKSRC}/man/man1 && ${INSTALL_MAN} *.1 ${STAGEDIR}${MAN1PREFIX}/man/man1