openbsd-ports/devel/libsigc++/Makefile
espie febc69e846 avoid gnu-m4, it's really not needed.
Simplify PLIST slightly.
Stop conflicting at libsigc++-1.2, those are really not compatible.
2005-10-02 08:22:33 +00:00

46 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.15 2005/10/02 08:22:33 espie Exp $
.if ${MACHINE_ARCH} == "hppa"
BROKEN= "signal-related bug? any program linked with this hangs"
.endif
COMMENT= "callback framework for C++"
DISTNAME= libsigc++-1.0.4
PKGNAME= ${DISTNAME}p0
CATEGORIES= devel
HOMEPAGE= http://libsigc.sf.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libsigc/}
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
DOCDIR= ${PREFIX}/share/doc/libsigc++/
MAKE_FLAGS= M4=/usr/bin/m4
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}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCDIR}
do-regress:
.for i in handles misc signals
@cd ${WRKSRC}/tests/$i; ${MAKE} check-TESTS
.endfor
V= 1.0
SUBST_VARS= V
.include <bsd.port.mk>