blob: 5cd60efb043823d7ffc2271f5fb177934ab955af (
plain) (
blame)
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:${PORTSDIR}/devel/m4
LIB_DEPENDS= libsigc-1.2.so:${PORTSDIR}/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>
|