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$
|
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= libsigc++
|
2005-12-20 13:25:40 +01:00
|
|
|
PORTVERSION= 2.0.17
|
2004-06-25 10:23:30 +02:00
|
|
|
CATEGORIES= devel
|
2005-02-16 22:43:39 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= sources/libsigc++/${PORTVERSION:R}
|
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
|
|
|
|
2004-06-25 10:23:30 +02:00
|
|
|
USE_BZIP2= yes
|
2004-09-30 07:32:00 +02:00
|
|
|
USE_GCC= 3.4
|
2002-10-12 09:37:52 +02:00
|
|
|
USE_GMAKE= yes
|
2004-06-25 10:23:30 +02:00
|
|
|
LATEST_LINK= libsigc++20
|
2000-06-16 23:52:40 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-02-06 09:35:52 +01:00
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-04-03 09:52:54 +02:00
|
|
|
USE_REINPLACE= 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
|
|
|
|
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>
|