mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Update to 0.7.0.
Add a DOCS option to conditionally install some documentation.
This commit is contained in:
parent
50c893a4eb
commit
74f6c2ab05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=460816
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pngwriter
|
||||
PORTVERSION= 0.6.0
|
||||
PORTVERSION= 0.7.0
|
||||
CATEGORIES= graphics devel
|
||||
|
||||
MAINTAINER= rakuco@FreeBSD.org
|
||||
@ -18,12 +18,19 @@ BROKEN_mips= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::io
|
||||
BROKEN_mips64= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private
|
||||
BROKEN_powerpc64= fails to build: ios_base.h: 'std::ios_base::ios_base(const std::ios_base&)' is private
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= CHANGES EXAMPLES README PNGwriterQuickReference.pdf
|
||||
|
||||
USES= cmake:outsource
|
||||
CMAKE_ON= BUILD_SHARED_LIBS PNGwriter_USE_FREETYPE
|
||||
USE_GITHUB= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= include/pngwriter.h \
|
||||
lib/libpngwriter.a \
|
||||
lib/libpngwriter.so
|
||||
post-install-DOCS-on:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for doc in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/${doc} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1494082079
|
||||
SHA256 (pngwriter-pngwriter-0.6.0_GH0.tar.gz) = 5107c6be0bfadf76ba4d01a553f7e060b5a7763ca7d9374ef3e7e59746b3911e
|
||||
SIZE (pngwriter-pngwriter-0.6.0_GH0.tar.gz) = 571576
|
||||
TIMESTAMP = 1517567846
|
||||
SHA256 (pngwriter-pngwriter-0.7.0_GH0.tar.gz) = 82d46eef109f434f95eba9cf5908710ae4e75f575fd3858178ad06e800152825
|
||||
SIZE (pngwriter-pngwriter-0.7.0_GH0.tar.gz) = 570525
|
||||
|
6
graphics/pngwriter/pkg-plist
Normal file
6
graphics/pngwriter/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
include/pngwriter.h
|
||||
lib/cmake/PNGwriter/PNGwriterConfig.cmake
|
||||
lib/cmake/PNGwriter/PNGwriterConfigVersion.cmake
|
||||
lib/cmake/PNGwriter/PNGwriterTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
||||
lib/cmake/PNGwriter/PNGwriterTargets.cmake
|
||||
lib/libPNGwriter.so
|
Loading…
Reference in New Issue
Block a user