- Support staging
- Use new LIB_DEPENDS syntax
This commit is contained in:
parent
6d1f7cdf90
commit
c97823efa7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331225
2 changed files with 4 additions and 5 deletions
|
@ -12,8 +12,8 @@ COMMENT= Universal digital camera control library
|
|||
|
||||
LICENSE= LGPL21
|
||||
|
||||
LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \
|
||||
jpeg:${PORTSDIR}/graphics/jpeg
|
||||
LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USE_BZIP2= yes
|
||||
|
@ -26,9 +26,6 @@ CONFIGURE_ENV= LTDLINCL="-I${LOCALBASE}/include" \
|
|||
|
||||
PLIST_SUB= VERSION="${PORTVERSION}" VERSION_PORT=0.8.0
|
||||
|
||||
MAN3= libgphoto2.3 libgphoto2_port.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OSVERSION} < 1000040
|
||||
|
|
|
@ -237,6 +237,8 @@ lib/libgphoto2_port.so
|
|||
lib/libgphoto2_port.so.0
|
||||
libdata/pkgconfig/libgphoto2.pc
|
||||
libdata/pkgconfig/libgphoto2_port.pc
|
||||
man/man3/libgphoto2.3.gz
|
||||
man/man3/libgphoto2_port.3.gz
|
||||
share/doc/libgphoto2/ABOUT-NLS
|
||||
share/doc/libgphoto2/AUTHORS
|
||||
share/doc/libgphoto2/ChangeLog
|
||||
|
|
Loading…
Reference in a new issue