freebsd-ports/devel/libsigcx/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

28 lines
520 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= libsigcx
PORTVERSION= 0.6.6
PORTREVISION= 8
CATEGORIES= devel
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Extension of libSigC++
BUILD_DEPENDS= gm4:devel/m4
LIB_DEPENDS= libsigc-1.2.so: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
INSTALL_TARGET= install-strip
STATIC_CONFIGURE_ENABLE= static
OPTIONS_SUB= yes
.include <bsd.port.mk>