1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/graphics/evas_generic_loaders-xcf/Makefile
Grzegorz Blach 273c6e6d76 - Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
  and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage

Reviewed by:	crees, antoine
2014-11-25 03:07:22 +00:00

32 lines
682 B
Makefile

# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= xcf
PORTVERSION= 1.12.0
CATEGORIES= graphics enlightenment
MASTER_SITES= http://download.enlightenment.org/rel/libs/${PKGNAMEPREFIX:S/-//}/
PKGNAMEPREFIX= evas_generic_loaders-
DISTNAME= ${PKGNAMEPREFIX}${DISTVERSION}
MAINTAINER= gblach@FreeBSD.org
COMMENT= Additional loader for Evas (xcf)
LICENSE= GPLv2
LIB_DEPENDS= libefl.so:${PORTSDIR}/devel/efl
DIST_SUBDIR= enlightenment
GNU_CONFIGURE= yes
USES= pkgconfig tar:xz
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>