openbsd-ports/archivers/libzip/Makefile
shadchin 0712322ce9 * added missing header zipconf.h
* added missing man pages
* fix missing end of block in two man pages

ok jasper@
2011-05-30 16:53:40 +00:00

28 lines
538 B
Makefile

# $OpenBSD: Makefile,v 1.3 2011/05/30 16:53:40 shadchin Exp $
COMMENT= library for reading, creating and modifying zip archives
DISTNAME= libzip-0.10
REVISION= 0
CATEGORIES= archivers
SHARED_LIBS += zip 0.0 # 1.0
HOMEPAGE= http://www.nih.at/libzip/
# BSD-3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c z
MASTER_SITES= ${HOMEPAGE}
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>