freebsd-ports/graphics/evas_generic_loaders-raw/Makefile
Raphael Kubo da Costa 7c72067efc - Update libraw to 0.15.4.
This update is needed for further KDE updates.
- Use the new OPTIONS syntax.
- Use the new LIB_DEPENDS syntax.
- Stop redefining do-install; the port has its own `make install' that does
  the same thing provided we use USES=pathfix and tune Makefile.in.
- Support staging.

Bump PORTREVISION in ports that depend on libraw.

PR:		ports/185118
Submitted by:	rakuco@
Approved by:	maintainer timeout (35 days)
2014-01-26 21:20:03 +00:00

35 lines
714 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= raw
PORTVERSION= 1.7.9
PORTREVISION= 1
CATEGORIES= graphics enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
LOCAL/gblach/e17/
PKGNAMEPREFIX= evas_generic_loaders-
DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION}
MAINTAINER= gblach@FreeBSD.org
COMMENT= Additional loader for Evas (raw)
LICENSE= GPLv2
LIB_DEPENDS= libraw.so:${PORTSDIR}/graphics/libraw
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USES= pkgconfig
USE_EFL= eina
USE_LDCONFIG= yes
BINSRC= ${WRKSRC}/src/bin/${PORTNAME}
do-build:
${MAKE} ${MAKE_ARGS} -C ${BINSRC}
do-install:
${MAKE} ${MAKE_ARGS} -C ${BINSRC} install
.include <bsd.port.mk>