2005-09-23 19:36:02 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2005/09/23 19:36:02 pvalchev Exp $
|
2003-11-27 02:22:20 +00:00
|
|
|
|
|
|
|
.if ${MACHINE_ARCH} == "hppa"
|
|
|
|
BROKEN= "signal-related bug? any program linked with this hangs"
|
|
|
|
.endif
|
2001-05-06 00:12:42 +00:00
|
|
|
|
|
|
|
COMMENT= "callback framework for C++"
|
2000-06-15 10:03:05 +00:00
|
|
|
|
2001-10-24 12:54:37 +00:00
|
|
|
DISTNAME= libsigc++-1.0.4
|
2000-06-15 10:03:05 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
|
2002-01-07 08:18:39 +00:00
|
|
|
HOMEPAGE= http://libsigc.sf.net/
|
2002-05-13 18:50:36 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libsigc/}
|
2001-06-20 11:12:34 +00:00
|
|
|
|
2000-06-15 10:03:05 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2001-09-28 06:02:12 +00:00
|
|
|
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/scripts
|
2000-06-15 10:03:05 +00:00
|
|
|
|
2001-10-24 12:54:37 +00:00
|
|
|
DOCDIR= ${PREFIX}/share/doc/libsigc++/
|
2001-06-20 11:12:34 +00:00
|
|
|
|
2001-11-01 11:07:32 +00:00
|
|
|
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
|
|
|
|
|
2001-06-20 11:12:34 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
2001-10-24 12:54:37 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCDIR}
|
2001-06-20 11:12:34 +00:00
|
|
|
|
2001-11-05 11:23:33 +00:00
|
|
|
do-regress:
|
|
|
|
.for i in handles misc signals
|
|
|
|
@cd ${WRKSRC}/tests/$i; ${MAKE} check-TESTS
|
|
|
|
.endfor
|
|
|
|
|
2000-06-15 10:03:05 +00:00
|
|
|
.include <bsd.port.mk>
|