c487cb967a
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.
28 lines
651 B
Makefile
28 lines
651 B
Makefile
# $NetBSD: Makefile,v 1.19 2004/10/03 00:13:30 tv Exp $
|
|
|
|
DISTNAME= libsigc++-1.2.5
|
|
PKGREVISION= 1
|
|
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_LIBTOOL= YES
|
|
USE_GNU_TOOLS+= m4 make
|
|
USE_LANGUAGES= c c++
|
|
|
|
PKGCONFIG_OVERRIDE= sigc++-1.2.pc.in
|
|
|
|
CONFIGURE_ENV+= ac_cv_prog_M4=${M4}
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
|
|
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")
|
|
CONFIGURE_ARGS+= --disable-threads
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|