ajacoutot a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00

37 lines
746 B
Makefile

# $OpenBSD: Makefile,v 1.18 2015/05/22 11:31:10 ajacoutot Exp $
COMMENT= lightweight library for extracting data from zip files
DISTNAME= zziplib-0.13.62
CATEGORIES= archivers
REVISION= 0
SHARED_LIBS += zzip 15.52 \
zzipfseeko 13.52 \
zzipmmapped 13.52 \
zzipwrap 13.52
HOMEPAGE= http://zziplib.sourceforge.net/
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>
# LGPL/MPL license
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c z
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zziplib/}
EXTRACT_SUFX= .tar.bz2
CONFIGURE_STYLE= gnu
BUILD_DEPENDS= archivers/zip
post-extract:
cd ${WRKDIST}/docs && tar xf ${WRKDIST}/docs/zziplib-manpages.tar
post-install:
${INSTALL_MAN} ${WRKDIST}/docs/man3/*.3 ${PREFIX}/man/man3/
.include <bsd.port.mk>