mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
29 lines
586 B
Makefile
29 lines
586 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: libsigcx
|
|
# Date created: Apr 6, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libsigcx
|
|
PORTVERSION= 0.6.6
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF
|
|
|
|
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_GNOME= gnomehack gnometarget gtk20
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" \
|
|
ac_cv_path_DOXYGEN=""
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|