blob: 10356d90d0d660c31f99aa8227e79ba1dd9c127c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/trunk/devel/libsigc++20/Makefile 19952 2014-10-15 08:11:00Z gusi $
PORTNAME= libsigc++
PORTVERSION= 2.10.0
PORTREVISION= 4
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Callback Framework for C++
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
PORTSCOUT= limit:^2\.10\.
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= compiler:c++11-lang gmake libtool pathfix perl5 tar:xz
USE_PERL5= build
USE_LDCONFIG= yes
PLIST_SUB= API_VERSION="2.0"
OPTIONS_DEFINE= DOCS
DOCS_CONFIGURE_OFF= --enable-documentation=no
post-patch:
@${REINPLACE_CMD} -e "/^SUBDIRS =/s|tests||; \
/^SUBDIRS =/s|examples||" ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
|