1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/libsigcx/Makefile
Baptiste Daroussin 4b1df2a1e7 Support stage
Convert to USES=libtool
Add a static option now that we have a working libtool that respects that
2014-01-28 22:13:46 +00:00

28 lines
514 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libsigcx
PORTVERSION= 0.6.6
PORTREVISION= 6
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
STATIC_CONFIGURE_ENABLE= static
OPTIONS_SUB= yes
.include <bsd.port.mk>