blob: d20349260becda7e7c6172cfb749cd15eeb50520 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.3 2003/06/02 01:21:46 jschauma Exp $
#
DISTNAME= libcomprex-0.3.2
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnupdate/}
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.gnupdate.org/components/libcomprex/index.xml
COMMENT= Library to handle (de)compression of files
USE_BUILDLINK2= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
LIBTOOL_OVERRIDE=${WRKSRC}/libtool
.include "../../www/curl/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|