1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/libsigcx/Makefile
Dmitry Marakasov ff80007065 - Drop .la files, no dependees require them
- Strip libraries

Approved by:	portmgr blanket
2014-08-12 19:26:58 +00:00

29 lines
544 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:${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
INSTALL_TARGET= install-strip
STATIC_CONFIGURE_ENABLE= static
OPTIONS_SUB= yes
.include <bsd.port.mk>