2008-10-16 23:49:12 +02:00
|
|
|
# $NetBSD: Makefile,v 1.30 2008/10/16 21:49:12 wiz Exp $
|
2000-07-15 10:00:45 +02:00
|
|
|
|
2008-10-16 23:49:12 +02:00
|
|
|
DISTNAME= libsigc++-2.2.3
|
2002-09-17 07:24:24 +02:00
|
|
|
CATEGORIES= devel
|
2008-04-24 22:47:05 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/2.2/}
|
2007-09-21 14:59:53 +02:00
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2000-07-15 10:00:45 +02:00
|
|
|
|
2002-09-17 07:24:24 +02:00
|
|
|
MAINTAINER= bsieker@freenet.de
|
|
|
|
HOMEPAGE= http://libsigc.sourceforge.net/
|
2003-07-15 11:23:29 +02:00
|
|
|
COMMENT= Type-safe callback system for C++ programs
|
2000-07-15 10:00:45 +02:00
|
|
|
|
2007-09-21 14:59:53 +02:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2004-02-02 14:02:49 +01:00
|
|
|
USE_LANGUAGES= c c++
|
2007-09-21 14:59:53 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_TOOLS+= gm4 gmake
|
|
|
|
GNU_CONFIGURE= yes
|
2003-03-01 12:54:07 +01:00
|
|
|
|
2007-09-21 14:59:53 +02:00
|
|
|
CONFLICTS+= libsigc++2-[0-9]*
|
|
|
|
|
|
|
|
# supported according to the file README
|
|
|
|
GCC_REQD+= 3.2
|
|
|
|
# use something that can extract long filenames in GNU format on NetBSD 1.6.x
|
2008-05-25 23:42:20 +02:00
|
|
|
EXTRACT_USING= bsdtar
|
2007-09-21 14:59:53 +02:00
|
|
|
|
|
|
|
PKGCONFIG_OVERRIDE= sigc++-2.0.pc.in
|
2003-03-01 12:54:07 +01:00
|
|
|
|
2004-03-07 00:19:38 +01:00
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
2002-09-17 07:24:24 +02:00
|
|
|
|
|
|
|
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")
|
|
|
|
CONFIGURE_ARGS+= --disable-threads
|
|
|
|
.endif
|
|
|
|
|
2007-09-21 14:59:53 +02:00
|
|
|
INSTALLATION_DIRS= include/sigc++-2.0/sigc++/adaptors/lambda/macros \
|
|
|
|
include/sigc++-2.0/sigc++/adaptors/macros \
|
|
|
|
include/sigc++-2.0/sigc++/functors/macros \
|
|
|
|
include/sigc++-2.0/sigc++/macros
|
|
|
|
|
2000-07-15 10:00:45 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|