[Midnightbsd-cvs] mports [19673] trunk/Mk: add libarchive extension

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Aug 7 16:28:38 EDT 2015


Revision: 19673
          http://svnweb.midnightbsd.org/mports/?rev=19673
Author:   laffer1
Date:     2015-08-07 16:28:37 -0400 (Fri, 07 Aug 2015)
Log Message:
-----------
add libarchive extension

Modified Paths:
--------------
    trunk/Mk/bsd.mport.mk

Added Paths:
-----------
    trunk/Mk/extensions/libarchive.mk

Modified: trunk/Mk/bsd.mport.mk
===================================================================
--- trunk/Mk/bsd.mport.mk	2015-08-07 20:20:25 UTC (rev 19672)
+++ trunk/Mk/bsd.mport.mk	2015-08-07 20:28:37 UTC (rev 19673)
@@ -367,7 +367,7 @@
 		efl emacs execinfo fam fonts fuse \
 		gecko gettext gettext-tools gettext-runtime \
 		gnome gnustep gssapi gstreamer iconv imake jpeg \
-		ldap libedit libtool localbase lua \
+		ldap libarchive libedit libtool localbase lua \
 		metaport makeself motif mysql ncurses objc ocaml openal \
 		pgsql php python java qt ruby scons sdl sqlite \
 		tar tcl tex wx xfce zip

Added: trunk/Mk/extensions/libarchive.mk
===================================================================
--- trunk/Mk/extensions/libarchive.mk	                        (rev 0)
+++ trunk/Mk/extensions/libarchive.mk	2015-08-07 20:28:37 UTC (rev 19673)
@@ -0,0 +1,16 @@
+# $MidnightBSD$
+# $FreeBSD: head/Mk/Uses/libarchive.mk 392507 2015-07-19 14:36:00Z bapt $
+#
+# handle dependency on the libarchive port
+#
+# Feature:	libarchive
+# Usage:	USES=libarchive
+# Valid ARGS:	none
+#
+
+.if !defined(_INCLUDE_USES_LIBARCHIVE_MK)
+_INCLUDE_USES_LIBARCHIVE_MK=	yes
+.include "${USESDIR}/localbase.mk"
+
+LIB_DEPENDS+=	libarchive.so.13:${PORTSDIR}/archivers/libarchive
+.endif


Property changes on: trunk/Mk/extensions/libarchive.mk
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list