mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Convert to new LIB_DEPENDS format
- Sort USES - Move PORTSCOUT upward - Support STAGEDIR
This commit is contained in:
parent
6b38babedc
commit
122c8fb6b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334535
2 changed files with 7 additions and 13 deletions
|
@ -15,31 +15,24 @@ LICENSE= LGPL21 LGPL3
|
|||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= libquvi-scripts>=0.4.0:${PORTSDIR}/multimedia/libquvi-scripts
|
||||
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTSCOUT= limit:0.4.[0-9]*
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_LUA= yes
|
||||
USE_XZ= yes
|
||||
USES= pathfix pkgconfig iconv
|
||||
|
||||
MAN3= libquvi.3
|
||||
USES= iconv pathfix pkgconfig
|
||||
|
||||
PROJECTHOST= quvi
|
||||
|
||||
PORTSCOUT= limit:0.4.[0-9]*
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}/
|
||||
cd ${WRKSRC}/doc/nd/ && ${COPYTREE_SHARE} . ${DOCSDIR}/
|
||||
.endif
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}/
|
||||
cd ${WRKSRC}/doc/nd/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -6,6 +6,7 @@ lib/libquvi.la
|
|||
lib/libquvi.so
|
||||
lib/libquvi.so.7
|
||||
libdata/pkgconfig/libquvi.pc
|
||||
man/man3/libquvi.3.gz
|
||||
%%PORTDOCS%%%%DOCSDIR%%/About.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Help/Development.txt
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Help/Help.txt
|
||||
|
|
Loading…
Add table
Reference in a new issue