2003-04-06 09:16:01 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: libsigcx
|
|
|
|
# Date created: Apr 6, 2003
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libsigcx
|
2003-11-11 15:10:20 +01:00
|
|
|
PORTVERSION= 0.6.4
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 5
|
2003-04-06 09:16:01 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-11-11 15:10:20 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-04-06 09:16:01 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-11-11 15:10:20 +01:00
|
|
|
COMMENT= An extension of libSigC++
|
2003-04-06 09:16:01 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
|
|
|
|
LIB_DEPENDS= sigc-1.2.5:${PORTSDIR}/devel/libsigc++12
|
|
|
|
|
2003-11-11 15:10:20 +01:00
|
|
|
USE_GNOME= gnomehack gtk20
|
2003-04-06 09:16:01 +02:00
|
|
|
USE_GMAKE= yes
|
2003-11-11 15:10:20 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
|
|
|
|
CONFIGURE_ARGS= --enable-static --enable-shared
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2003-04-06 09:16:01 +02:00
|
|
|
|
2004-09-18 20:47:46 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 502126
|
|
|
|
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|