summaryrefslogtreecommitdiff
path: root/devel/libsigcx/Makefile
blob: 893ce3314882d00532609c988348c01460051538 (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
# Created by: ijliao
# $FreeBSD$

PORTNAME=	libsigcx
PORTVERSION=	0.6.6
PORTREVISION=	8
CATEGORIES=	devel
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Extension of libSigC++

BUILD_DEPENDS=	gm4:devel/m4
LIB_DEPENDS=	libsigc-1.2.so:devel/libsigc++12

OPTIONS_DEFINE=	STATIC

USES=		gmake libtool pathfix pkgconfig
USE_GNOME=	gtk20
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	ac_cv_path_DOXYGEN=""
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

STATIC_CONFIGURE_ENABLE=	static
OPTIONS_SUB=	yes

.include <bsd.port.mk>