bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
31 lines
641 B
Makefile
31 lines
641 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xcf
|
|
PORTVERSION= 1.7.9
|
|
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 (xcf)
|
|
|
|
LICENSE= GPLv2
|
|
|
|
DIST_SUBDIR= e17
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig tar:bzip2
|
|
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>
|