mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
9088b943cd
PR: ports/100497 Submitted by: stass
30 lines
691 B
Makefile
30 lines
691 B
Makefile
# New ports collection makefile for: e17-module-devian
|
|
# Date created: 23 June 2006
|
|
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= devian
|
|
PORTVERSION= 20060926
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://sunner.elcomnet.ru/~stas/
|
|
PKGNAMEPREFIX= e17-module-
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= An e17 module that displays images and rss feeds
|
|
|
|
BUILD_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel
|
|
RUN_DEPENDS= enlightenment-config:${PORTSDIR}/x11-wm/enlightenment-devel
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnometarget pkgconfig
|
|
USE_EFL= edje
|
|
|
|
IGNORE= doesn't compile with recent e17
|
|
|
|
.include <bsd.port.mk>
|