2001-07-23 10:16:56 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: zipios
|
|
|
|
# Date created: Jul 23, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= zipios++
|
2005-01-31 11:07:37 +01:00
|
|
|
PORTVERSION= 0.1.5.9
|
2001-07-23 10:16:56 +02:00
|
|
|
CATEGORIES= archivers
|
2005-09-17 23:11:44 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
|
2005-01-31 11:07:37 +01:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}+cvs.2004.02.07.orig
|
2001-07-23 10:16:56 +02:00
|
|
|
|
2002-09-07 16:16:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= A java.util.zip-like C++ library for reading and writing Zip files
|
2001-07-23 10:16:56 +02:00
|
|
|
|
2005-01-31 21:20:44 +01:00
|
|
|
USE_GNOME= gnometarget
|
2001-07-23 10:16:56 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-14 11:56:58 +02:00
|
|
|
USE_LDCONFIG= yes
|
2009-09-13 19:17:01 +02:00
|
|
|
USE_AUTOTOOLS= automake:110:env
|
2005-09-29 12:10:37 +02:00
|
|
|
CONFIGURE_ARGS+=--disable-static
|
2005-01-31 11:07:37 +01:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}+cvs.2004.02.07
|
|
|
|
|
|
|
|
# tests need CppUnit
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's| tests||' ${WRKSRC}/Makefile.in
|
2007-03-04 14:50:33 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' ${WRKSRC}/configure
|
2005-01-31 11:07:37 +01:00
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
.for i in install-sh missing depcomp mkinstalldirs
|
|
|
|
@${RM} ${WRKSRC}/${i}
|
|
|
|
@${CP} ${AUTOMAKE_DIR}/${i} ${WRKSRC}
|
|
|
|
.endfor
|
2001-07-23 10:16:56 +02:00
|
|
|
|
2005-01-31 12:07:37 +01:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/zipios++/zipios-config.h ${PREFIX}/include/zipios++/
|
|
|
|
|
2001-07-23 10:16:56 +02:00
|
|
|
.include <bsd.port.mk>
|