mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2d250bb95e
- Update EFL to 1.7.4 - Convert to OptionsNG Approved by: crees (mentor)
24 lines
593 B
Makefile
24 lines
593 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= everything-shotgun
|
|
PORTVERSION= 20120918
|
|
CATEGORIES= x11-wm enlightenment
|
|
MASTER_SITES= http://files.roorback.net/e17/modules/
|
|
PKGNAMEPREFIX= e17-module-
|
|
|
|
MAINTAINER= gblach@FreeBSD.org
|
|
COMMENT= An e17 shotgun plugin for the "everything" module
|
|
|
|
BUILD_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
|
RUN_DEPENDS= enlightenment:${PORTSDIR}/x11-wm/enlightenment
|
|
|
|
DIST_SUBDIR= e17
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_EFL= edje libtool_hack modarch_hack
|
|
USE_GNOME= pkgconfig
|
|
|
|
.include <bsd.port.mk>
|