2001-11-01 13:43:13 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.8 2001/11/01 13:43:13 shell Exp $
|
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
|
2001-11-01 11:07:32 +00:00
|
|
|
NEED_VERSION= 1.488
|
2000-06-15 10:03:05 +00:00
|
|
|
|
2001-06-20 11:12:34 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= libsigc
|
|
|
|
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
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
|
|
|
|
2000-06-15 10:03:05 +00:00
|
|
|
.include <bsd.port.mk>
|