aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libsigcx/Makefile
blob: 6639285c4c74354a97d4944176080299ad290a4c (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
31
32
33
34
35
36
# ex:ts=8
# Ports collection makefile for:    libsigcx
# Date created:         Apr 6, 2003
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   libsigcx
PORTVERSION=    0.6.4
PORTREVISION=   4
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    An extension of libSigC++

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

USE_LIBTOOL_VER=15
USE_GNOME=  gnomehack gtk20
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --enable-static --enable-shared
INSTALLS_SHLIB= yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 502126
BROKEN=     "Does not compile on FreeBSD >= 5.x"
.endif

.include <bsd.port.post.mk>