freebsd-ports/archivers/zipios++/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

42 lines
1 KiB
Makefile

# 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
COMMENT= A java.util.zip-like C++ library for reading and writing Zip files
USE_GNOME= gnometarget
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
# port don't strictly need it, but Wesnoth use it so must we
USE_GCC= 3.4
USE_AUTOTOOLS= automake:19:env libtool:15:inc
CONFIGURE_ARGS+=--disable-static
USE_REINPLACE= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}+cvs.2004.02.07
# tests need CppUnit
post-patch:
@${REINPLACE_CMD} -e 's| tests||' ${WRKSRC}/Makefile.in
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>