aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libsigcx/Makefile
blob: a49e55a30b79ff7d77baf2ebfe5c1125f37ee75f (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
29
30
# ex:ts=8
# Ports collection makefile for:    libsigcx
# Date created:         Apr 6, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libsigcx
PORTVERSION=    0.6.0
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libsigcx

MAINTAINER= ports@FreeBSD.org
COMMENT=    libSigC++ Extras

BUILD_DEPENDS=  gm4:${PORTSDIR}/devel/m4
LIB_DEPENDS=    sigc-1.2.5:${PORTSDIR}/devel/libsigc++12

USE_REINPLACE=  yes
USE_GNOME=  gtk20
USE_LIBTOOL=    yes
USE_GMAKE=  yes
INSTALLS_SHLIB= yes

post-patch:
    @${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure

.include <bsd.port.mk>