mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
36 lines
768 B
Makefile
36 lines
768 B
Makefile
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/devel/libsigc++20/Makefile 18634 2013-07-26 10:42:35Z kwm $
|
|
|
|
PORTNAME= libsigc++
|
|
PORTVERSION= 2.3.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Callback Framework for C++
|
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_XZ= yes
|
|
USE_PERL5= build
|
|
LATEST_LINK= libsigc++20
|
|
USE_LDCONFIG= yes
|
|
USES= gmake pathfix perl5
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_SUB= VERSION="2.0" API_VERSION="2.0"
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ! ${PORT_OPTIONS:MDOCS}
|
|
CONFIGURE_ARGS+=--enable-documentation=no
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \
|
|
/^SUBDIRS =/s|examples||" ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|