openbsd-ports/devel/libsigc++-2/Makefile

45 lines
994 B
Makefile
Raw Normal View History

2006-11-25 03:30:21 -05:00
# $OpenBSD: Makefile,v 1.5 2006/11/25 08:30:21 steven Exp $
2006-11-25 03:30:21 -05:00
COMMENT-main= "callback framework for C++"
COMMENT-docs= "callback framework for C++ documentation"
2006-10-18 13:43:01 -04:00
VERSION= 2.0.17
DISTNAME= libsigc++-${VERSION}
2006-11-25 03:30:21 -05:00
PKGNAME-main= ${DISTNAME}p0
PKGNAME-docs= libsigc++-docs-${VERSION}
2006-01-06 07:24:55 -05:00
V= 2.0
SUBST_VARS= V
2006-10-18 13:43:01 -04:00
SHARED_LIBS= sigc-2.0 1.1
2006-01-06 07:24:55 -05:00
MODGNU_SHARED_LIBS= sigc-2.0 ''
LIBsigc-2.0_ALIAS= sigc_2_0
CATEGORIES= devel
HOMEPAGE= http://libsigc.sourceforge.net/
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/2.0/}
2006-11-25 03:30:21 -05:00
MULTI_PACKAGES= -main -docs
2006-11-25 03:30:21 -05:00
PKG_ARCH-docs= *
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= M4='m4 -g'
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/scripts
.include <bsd.port.mk>