1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/devel/eio/Makefile
Grzegorz Blach a0387acfb6 - Update EFL to 1.7.5
- Change master site to download.enlightenment.fr

Approved by:	tabthorpe (mentor)
2013-01-15 17:01:33 +00:00

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>