blob: 857274abaa683cb330c1ae7cca562400485aea58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# 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
PORTREVISION= 1
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>
|