freebsd-ports/archivers/zipios++/Makefile

41 lines
989 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: zipios
# Date created: Jul 23, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= zipios++
PORTVERSION= 0.1.5.9
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}+cvs.2004.02.07.orig
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
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
2006-08-14 11:56:58 +02:00
USE_LDCONFIG= yes
USE_AUTOTOOLS= automake:110:env
CONFIGURE_ARGS+=--disable-static
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
pre-configure:
.for i in install-sh missing depcomp mkinstalldirs
@${RM} ${WRKSRC}/${i}
@${CP} ${AUTOMAKE_DIR}/${i} ${WRKSRC}
.endfor
post-install:
${INSTALL_DATA} ${WRKSRC}/zipios++/zipios-config.h ${PREFIX}/include/zipios++/
.include <bsd.port.mk>