[Midnightbsd-cvs] mports [16206] trunk/graphics/png: update man handling

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Apr 12 18:48:09 EDT 2014


Revision: 16206
          http://svnweb.midnightbsd.org/mports/?rev=16206
Author:   laffer1
Date:     2014-04-12 18:48:08 -0400 (Sat, 12 Apr 2014)
Log Message:
-----------
update man handling

Modified Paths:
--------------
    trunk/graphics/png/Makefile
    trunk/graphics/png/pkg-plist

Modified: trunk/graphics/png/Makefile
===================================================================
--- trunk/graphics/png/Makefile	2014-04-12 22:31:33 UTC (rev 16205)
+++ trunk/graphics/png/Makefile	2014-04-12 22:48:08 UTC (rev 16206)
@@ -14,20 +14,17 @@
 
 LICENSE=	other
 
-USE_XZ=		yes
+USES=		tar:xz cmake
 GNU_CONFIGURE=	yes
-USE_CMAKE=	yes
 USE_LDCONFIG=	yes
 
 CMAKE_ARGS+=	-DPNG_MAN_DIR:STRING=man
 SOSUFFIX=	.${PORTVERSION:E}
 
-MAN3=		libpng.3 libpngpf.3
-MAN5=		png.5
-
-OPTIONS_DEFINE=APNG
-OPTIONS_DEFAULT=APNG
+OPTIONS_DEFINE=APNG PNGTEST
+OPTIONS_DEFAULT=APNG PNGTEST
 APNG_DESC=Enable Animated PNG support
+PNGTEST_DESC=Enable Regression Test (recommended)
 
 .include <bsd.mport.options.mk>
 

Modified: trunk/graphics/png/pkg-plist
===================================================================
--- trunk/graphics/png/pkg-plist	2014-04-12 22:31:33 UTC (rev 16205)
+++ trunk/graphics/png/pkg-plist	2014-04-12 22:48:08 UTC (rev 16206)
@@ -14,10 +14,13 @@
 lib/libpng.so
 libdata/pkgconfig/libpng15.pc
 libdata/pkgconfig/libpng.pc
-lib/libpng/libpng15-release.cmake
+lib/libpng/libpng15-%%CMAKE_BUILD_TYPE%%.cmake
 lib/libpng/libpng15.cmake
 lib/libpng15.a
 lib/libpng15.so
 lib/libpng15.so.15
+man/man3/libpng.3.gz
+man/man3/libpngpf.3.gz
+man/man5/png.5.gz
 @dirrm lib/libpng
 @dirrm include/libpng15



More information about the Midnightbsd-cvs mailing list