1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/graphics/libkdcraw/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

32 lines
688 B
Makefile

# New ports collection makefile for: libkdcraw
# Date created: 22 June 2007
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= libkdcraw
PORTVERSION= 0.1.9
PORTREVISION= 5
CATEGORIES= graphics devel
MASTER_SITES= SF/kipi/${PORTNAME}/${PORTVERSION}
MAINTAINER= ale@FreeBSD.org
COMMENT= A C++ interface around the LibRaw library
LIB_DEPENDS= lcms.1:${PORTSDIR}/graphics/lcms
USE_BZIP2= yes
USES= gettext
USE_KDELIBS_VER=3
USE_GNOME= gnomehack pkgconfig
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g;s|-fno-schedule-insns -fno-inline||g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>