mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
a45da9a027
dependent ports. cad/repsnapper: - Remove excessive dependencies. - Convert to USES=libtool. - Set LDFLAGS to fix detection of libintl. - Use @sample. databases/mysql-workbench51: - Remove remnants of former slave ports. - Convert some LIB_DEPENDS to USE_GNOME. - Convert to USES=libtool. - Staging. databases/mysql-workbench52: - USES=libtool. devel/libsigrok: - USES=libtool. - INSTALL_TARGET=install-strip. devel/liborcus: - USES=libtool tar:bzip2.
20 lines
426 B
Makefile
20 lines
426 B
Makefile
# Created by: Alexander Zhuravlev <zaa@zaa.pp.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libzip
|
|
PORTVERSION= 0.11.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers devel
|
|
MASTER_SITES= http://www.nih.at/libzip/
|
|
|
|
MAINTAINER= makc@FreeBSD.org
|
|
COMMENT= C library for reading, creating, and modifying ZIP archives
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_ENV= LC_ALL="C"
|
|
USES= libtool pathfix tar:xz
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
.include <bsd.port.mk>
|