bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
33 lines
696 B
Makefile
33 lines
696 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ps
|
|
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 (ps)
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libspectre.so:${PORTSDIR}/print/libspectre
|
|
|
|
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>
|