openbsd-ports/devel/libsigc++/Makefile

43 lines
910 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2006/01/13 23:40:23 espie Exp $
2003-11-26 21:22:20 -05:00
.if ${MACHINE_ARCH} == "hppa"
BROKEN= "signal-related bug? any program linked with this hangs"
.endif
COMMENT= "callback framework for C++"
2000-06-15 06:03:05 -04:00
2001-10-24 08:54:37 -04:00
DISTNAME= libsigc++-1.0.4
PKGNAME= ${DISTNAME}p2
SHARED_LIBS= sigc 1.0
2006-01-06 07:24:55 -05:00
MODGNU_SHARED_LIBS= sigc '-no-undefined'
2000-06-15 06:03:05 -04:00
CATEGORIES= devel
2002-01-07 03:18:39 -05:00
HOMEPAGE= http://libsigc.sf.net/
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libsigc/}
2000-06-15 06:03:05 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2006-01-06 07:24:55 -05:00
USE_LIBTOOL= Yes
2000-06-15 06:03:05 -04:00
CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/scripts
2000-06-15 06:03:05 -04:00
2001-10-24 08:54:37 -04:00
DOCDIR= ${PREFIX}/share/doc/libsigc++/
MAKE_FLAGS= M4=/usr/bin/m4
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
2001-10-24 08:54:37 -04:00
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCDIR}
2001-11-05 06:23:33 -05:00
do-regress:
.for i in handles misc signals
@cd ${WRKSRC}/tests/$i; ${MAKE} check-TESTS
.endfor
V= 1.0
SUBST_VARS= V
2000-06-15 06:03:05 -04:00
.include <bsd.port.mk>