openbsd-ports/devel/libsigc++/Makefile

44 lines
1.0 KiB
Makefile
Raw Normal View History

2003-11-26 21:22:20 -05:00
# $OpenBSD: Makefile,v 1.13 2003/11/27 02:22:20 pvalchev Exp $
.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
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/}
MAINTAINER= Shell Hung <shell@openbsd.org>
2000-06-15 06:03:05 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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++/
post-patch:
@cd ${WRKSRC}/scripts; \
${PATCH} --forward --quiet -E < \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltconfig && \
${PATCH} --forward --quiet -E < \
${PORTSDIR}/infrastructure/patches/patch-lt1.3.5-ltmain_sh
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
2000-06-15 06:03:05 -04:00
.include <bsd.port.mk>