freebsd-ports/graphics/evas_generic_loaders-pdf/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

35 lines
820 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= pdf
PORTVERSION= 1.16.0
PORTREVISION= 1
CATEGORIES= graphics enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/
PKGNAMEPREFIX= evas_generic_loaders-
DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION}
MAINTAINER= enlightenment@FreeBSD.org
COMMENT= Additional loader for Evas (pdf)
LICENSE= GPLv2
LIB_DEPENDS= libefl.so:devel/efl \
libpoppler.so:graphics/poppler
DIST_SUBDIR= enlightenment
GNU_CONFIGURE= yes
USES= compiler:c11 pkgconfig tar:xz
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
BINSRC= ${WRKSRC}/src/bin/${PORTNAME}
do-build:
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} -C ${BINSRC}
do-install:
${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_ARGS} -C ${BINSRC} install
.include <bsd.port.mk>