freebsd-ports/devel/libfs++/Makefile
Martin Wilke cba8c01b3d - Unbreak build is fine. (tested on i386/amd64)
PR:		117800
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
Approved by:	portmgr (pav)
2007-11-05 10:04:28 +00:00

28 lines
638 B
Makefile

# ex:ts=8
# Ports collection makefile for: libfs++
# Date created: Sep 14, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libfs++
PORTVERSION= 0.1.7
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://bluebat.dnsalias.org/software/libfs++/%SUBDIR%/
MASTER_SITE_SUBDIR= . archive
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ library which provides a file_iterator class
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_LDCONFIG= yes
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's|-Wall -g -O2||g'
.include <bsd.port.mk>