freebsd-ports/devel/libsigc++20/Makefile

39 lines
851 B
Makefile
Raw Normal View History

# New ports collection makefile for: libsigc++2
# Date created: 14 Feb 2004
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/devel/libsigc++20/Makefile,v 1.17 2011/07/25 09:19:14 kwm Exp $
#
2000-04-11 23:30:15 +02:00
PORTNAME= libsigc++
PORTVERSION= 2.2.10
CATEGORIES= devel
2008-10-16 22:26:08 +02:00
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Callback Framework for C++
2003-06-16 22:52:58 +02:00
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_XZ= yes
USE_GMAKE= yes
USE_PERL5_BUILD=yes
LATEST_LINK= libsigc++20
USE_LDCONFIG= yes
USE_GNOME= gnomehack pkgconfig
GNU_CONFIGURE= yes
PLIST_SUB= VERSION="2.0" API_VERSION="2.0"
.if defined(NOPORTDOCS)
CONFIGURE_ARGS+=--enable-documentation=no
.endif
post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \
/^SUBDIRS =/s|examples||" ${WRKSRC}/Makefile.in
.include <bsd.port.mk>