2001-11-05 06:23:33 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2001/11/05 11:23:33 shell Exp $
|
2001-05-05 20:12:42 -04:00
|
|
|
|
|
|
|
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
|
2001-11-01 06:07:32 -05:00
|
|
|
NEED_VERSION= 1.488
|
2000-06-15 06:03:05 -04:00
|
|
|
|
2001-06-20 07:12:34 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= 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
|
2001-09-28 02:02:12 -04:00
|
|
|
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++/
|
2001-06-20 07:12:34 -04:00
|
|
|
|
2001-11-01 06:07:32 -05: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 07:12:34 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
2001-10-24 08:54:37 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCDIR}
|
2001-06-20 07:12:34 -04:00
|
|
|
|
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>
|