pkgsrc/devel/libsigc++10/Makefile
tv c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00

29 lines
764 B
Makefile

# $NetBSD: Makefile,v 1.6 2004/10/03 00:13:30 tv Exp $
DISTNAME= libsigc++-1.0.4
PKGREVISION= 2
PKGNAME= ${DISTNAME:S/libsigc++/libsigc++10/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libsigc/}
MAINTAINER= bsieker@freenet.de
HOMEPAGE= http://libsigc.sourceforge.net/
COMMENT= Type-safe callback system for C++ programs
USE_BUILDLINK3= YES
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")
CONFIGURE_ARGS+= --disable-threads
.endif
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sigc++
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/sigc++
.include "../../mk/bsd.pkg.mk"