diff options
author | wiedi <wiedi@pkgsrc.org> | 2016-12-03 23:54:56 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2016-12-03 23:54:56 +0000 |
commit | 51ad43d092151246995a09246b2d4bb888daa513 (patch) | |
tree | b9e35a23b2cbc6b0ab2458b6f5a516b626e2a1a3 /devel/Makefile | |
parent | 6908727f85ea1a11c3160507054287c0d77e515a (diff) | |
download | pkgsrc-51ad43d092151246995a09246b2d4bb888daa513.tar.gz |
Import slibtool-0.5.12 as devel/slibtool
slibtool is an independent reimplementation of the widely used libtool,
written in C. slibtool is designed to be a clean, fast, easy-to-use
libtool drop-in replacement, and is accordingly aimed at package authors,
distro developers, and system integrators. slibtool maintains compatibility
with libtool in nearly every aspect of the tool's functionality as well as
semantics, leaving out (or turning into a no-op) only a small number of
features that are no longer needed on modern systems.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 9308d32b089..9ee3ff8c1c3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2338 2016/11/30 12:24:54 wiz Exp $ +# $NetBSD: Makefile,v 1.2339 2016/12/03 23:54:56 wiedi Exp $ # COMMENT= Development utilities @@ -2179,6 +2179,7 @@ SUBDIR+= sgi-stl-docs SUBDIR+= shtk SUBDIR+= silc-toolkit SUBDIR+= slib +SUBDIR+= slibtool SUBDIR+= sml-mode SUBDIR+= snappy SUBDIR+= snappy-java10 |