mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- Strip libraries
- Add LICENSE_FILE
This commit is contained in:
parent
1a3aac7113
commit
155aa1f531
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387905
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= yukon
|
||||
PORTVERSION= 2010011201
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= LOCAL/bms
|
||||
|
||||
|
@ -10,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Real-time capture tool for OpenGL applications
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libseom.so:${PORTSDIR}/graphics/seom
|
||||
|
||||
|
@ -49,6 +51,8 @@ post-patch:
|
|||
${WRKSRC}/src/core/conf.c ${WRKSRC}/src/scripts/yukon
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/yukon/lib*.so.[0-9]* \
|
||||
${STAGEDIR}${PREFIX}/lib/yukon/yukon-core-lib
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/yukon/system
|
||||
@${PRINTF} 'LDPATH="%s"\n' ${PREFIX}/lib/yukon \
|
||||
>> ${WRKSRC}/yukon-system-conf
|
||||
|
|
Loading…
Add table
Reference in a new issue