mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
Use stage, modernize LIB_DEPENDS
This commit is contained in:
parent
adc0325bc8
commit
b442b62540
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327928
@ -12,8 +12,8 @@ COMMENT= Quasar DV codec (libdv): software codec for DV video encoding format
|
||||
|
||||
LICENSE= LGPL21
|
||||
|
||||
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \
|
||||
popt.0:${PORTSDIR}/devel/popt
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpopt.so:${PORTSDIR}/devel/popt
|
||||
|
||||
USES= pkgconfig pathfix
|
||||
GNU_CONFIGURE= yes
|
||||
@ -23,14 +23,11 @@ CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= dubdv.1 dvconnect.1 encodedv.1
|
||||
|
||||
PORTDOCS= AUTHORS COPYING COPYRIGHT ChangeLog NEWS README \
|
||||
README.dvconnect README.encoder TODO
|
||||
|
||||
OPTIONS_DEFINE= SDL DOCS
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
# XXX - work around compiler bug
|
||||
@ -63,7 +60,7 @@ post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for doc in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
===> Switching to root credentials to create /var/db/ports/multimedia_libdv
|
||||
===> Returning to user credentials
|
||||
===> Options unchanged
|
||||
bin/dubdv
|
||||
bin/dvconnect
|
||||
bin/encodedv
|
||||
@ -8,4 +11,7 @@ lib/libdv.la
|
||||
lib/libdv.so
|
||||
lib/libdv.so.4
|
||||
libdata/pkgconfig/libdv.pc
|
||||
man/man1/dubdv.1.gz
|
||||
man/man1/dvconnect.1.gz
|
||||
man/man1/encodedv.1.gz
|
||||
@dirrm include/libdv
|
||||
|
Loading…
Reference in New Issue
Block a user