Permalink
Browse files
minizip: Also install demo programs
- Loading branch information
Showing
with
4 additions
and
2 deletions.
-
+4
−2
archivers/zlib/Portfile
|
|
@@ -65,15 +65,17 @@ if {${name} eq ${subport}} { |
|
|
} |
|
|
|
|
|
subport minizip { |
|
|
revision 0 |
|
|
revision 1 |
|
|
|
|
|
description Minizip zip file manipulation library |
|
|
long_description ${description} |
|
|
|
|
|
worksrcdir ${worksrcdir}/contrib/minizip |
|
|
|
|
|
depends_lib-append port:zlib |
|
|
|
|
|
use_autoreconf yes |
|
|
autoreconf.args -fvi |
|
|
|
|
|
depends_lib-append port:zlib |
|
|
configure.args --enable-demos |
|
|
} |