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