mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- Clarify LICENSE
- Add LICENSE_FILE - Strip libraries
This commit is contained in:
parent
ba0002d06d
commit
396f4bcfce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386433
@ -4,6 +4,7 @@
|
||||
PORTNAME= omniNotify
|
||||
PORTVERSION= 2.1.01
|
||||
#It' snapshot of development version actually
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://www.stasyan.com/devel/distfiles/
|
||||
DISTNAME= omniNotify-2-latest
|
||||
@ -11,7 +12,8 @@ DISTNAME= omniNotify-2-latest
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= CORBA Notification Service (CosNotification) for omniORB
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE= GPLv2 # or later
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libomniORB4.so:${PORTSDIR}/devel/omniORB-4.1
|
||||
# parts of omniORB4-4.1 source tree is required to build
|
||||
@ -42,7 +44,8 @@ pre-configure:
|
||||
cd ${OMNIORB_WRKSRC} && ${FIND} idl | ${CPIO} --quiet -pdum ${WRKSRC}
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notifd
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/notifd \
|
||||
${STAGEDIR}${PREFIX}/lib/lib*.so
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} "! ( -name \.cvsignore -o -name *\.orig )"
|
||||
|
Loading…
Reference in New Issue
Block a user