mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
a0387acfb6
- Change master site to download.enlightenment.fr Approved by: tabthorpe (mentor)
27 lines
548 B
Makefile
27 lines
548 B
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= eio
|
|
PORTVERSION= 1.7.5
|
|
CATEGORIES= devel enlightenment
|
|
MASTER_SITES= http://download.enlightenment.fr/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>
|