mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
0e682dded4
mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
35 lines
918 B
Makefile
35 lines
918 B
Makefile
# New ports collection makefile for: elementary
|
|
# Date created: 07 January 2010
|
|
# Whom: Grzegorz Blach <magik@roorback.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= elementary
|
|
PORTVERSION= 0.7.0.55225
|
|
CATEGORIES= x11-toolkits enlightenment
|
|
MASTER_SITES= http://download.enlightenment.org/snapshots/2010-12-03/ \
|
|
http://files.roorback.net/e17/2010-12-03/base/
|
|
|
|
MAINTAINER= magik@roorback.net
|
|
COMMENT= Simple widget toolkit using EFL
|
|
|
|
LIB_DEPENDS= lua-5.1:${PORTSDIR}/lang/lua
|
|
|
|
LICENSE= LGPL21
|
|
DIST_SUBDIR= e17
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_EFL= ecore embryo edje libtool_hack librt_hack modarch_hack
|
|
USE_GNOME= gnomehack pkgconfig
|
|
USE_LDCONFIG= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
post-patch:
|
|
${LN} -s profile.src ${WRKSRC}/config/profile.cfg
|
|
${LN} -s base.src ${WRKSRC}/config/default/base.cfg
|
|
${LN} -s base.src ${WRKSRC}/config/illume/base.cfg
|
|
${LN} -s base.src ${WRKSRC}/config/standard/base.cfg
|
|
|
|
.include <bsd.port.mk>
|