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

35 lines
778 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$
#
2000-04-11 23:30:15 +02:00
PORTNAME= libsigc++
2005-12-20 13:25:40 +01:00
PORTVERSION= 2.0.17
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/libsigc++/${PORTVERSION:R}
MAINTAINER= gnome@FreeBSD.org
COMMENT= Callback Framework for C++
2003-06-16 22:52:58 +02:00
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
USE_BZIP2= yes
USE_GCC= 3.4
USE_GMAKE= yes
LATEST_LINK= libsigc++20
INSTALLS_SHLIB= yes
2005-02-06 09:35:52 +01:00
USE_GNOME= gnomehack gnometarget pkgconfig
USE_AUTOTOOLS= libtool:15
USE_REINPLACE= yes
PLIST_SUB= VERSION="2.0" API_VERSION="2.0"
post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \
/^SUBDIRS =/s|examples||" ${WRKSRC}/Makefile.in
.include <bsd.port.mk>