2001-01-04 12:14:38 +01:00
|
|
|
# New ports collection makefile for: zziplib
|
|
|
|
# Date created: 3 January 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
PORTNAME= zziplib
|
2003-07-30 10:17:34 +02:00
|
|
|
PORTVERSION= 0.10.82
|
2001-01-16 18:33:20 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2001-01-04 12:14:38 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-01-18 11:50:15 +01:00
|
|
|
MAINTAINER= ale@FreeBSD.org
|
2003-02-21 12:23:04 +01:00
|
|
|
COMMENT= A library to provide transparent read access to zipped files
|
2001-01-04 12:14:38 +01:00
|
|
|
|
2003-07-30 10:17:34 +02:00
|
|
|
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
|
|
|
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GNOME= gnomehack
|
2004-07-09 19:43:11 +02:00
|
|
|
USE_INC_LIBTOOL_VER= 13
|
2003-07-30 10:17:34 +02:00
|
|
|
LIBTOOLFLAGS= --disable-ltlibs --release-ignore
|
2002-05-20 10:27:05 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-11 10:04:41 +02:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2001-01-16 18:33:20 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-01-04 12:14:38 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|