pkgsrc/devel/libtar/Makefile
bjs f25ce1d240 wip/vlc-devel wants to create a dlopen()-able module linked against
this library; unfortunately, this package was only making a static
archive.  This is bound to break on a fair number of platforms.  Employ
libtool, as this is what vlc (and possibly other packages) are using
in the first place.

PKGREVISION++
2008-08-23 08:37:33 +00:00

19 lines
454 B
Makefile

# $NetBSD: Makefile,v 1.14 2008/08/23 08:37:33 bjs Exp $
#
DISTNAME= libtar-1.2.11
PKGREVISION= 2
CATEGORIES= devel archivers
MASTER_SITES= ftp://ftp.feep.net/pub/software/libtar/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.feep.net/libtar/
COMMENT= Library for manipulating POSIX tar files
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_LIBTOOL= yes
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"