blob: a148c6c4340d321ceaeffa94cdc89fd58a289a95 (
plain) (
blame)
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
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
# $FreeBSD$
PORTNAME= eio
PORTVERSION= 1.7.4
CATEGORIES= devel enlightenment
MASTER_SITES= http://download.enlightenment.org/releases/ \
LOCAL/gblach/e17/
MAINTAINER= gblach@FreeBSD.org
COMMENT= Enlightenment Input/Output Library
LICENSE= LGPL21
DIST_SUBDIR= e17
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_EFL= eina eet ecore libtool_hack
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
post-install:
@${RMDIR} ${PREFIX}/share/eio/examples
@${RMDIR} ${PREFIX}/share/eio
.include <bsd.port.mk>
|