2004-08-08 17:46:52 +02:00
|
|
|
# New ports collection makefile for: eet
|
|
|
|
# Date created: 08/08/2004
|
|
|
|
# Whom: vanilla
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= eet
|
2011-06-25 05:36:20 +02:00
|
|
|
DISTVERSION= 1.4.1
|
2008-03-11 22:13:53 +01:00
|
|
|
PORTEPOCH= 2
|
2010-12-14 08:30:56 +01:00
|
|
|
CATEGORIES= devel enlightenment
|
|
|
|
MASTER_SITES= http://download.enlightenment.org/releases/ \
|
2011-06-25 05:36:20 +02:00
|
|
|
http://files.roorback.net/e17/2011-05-25/base/
|
2004-08-08 17:46:52 +02:00
|
|
|
|
2011-10-24 05:33:20 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-08-08 17:46:52 +02:00
|
|
|
COMMENT= Enlightenment Data Handling Library
|
|
|
|
|
2010-02-05 12:46:55 +01:00
|
|
|
LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg
|
2004-08-08 17:46:52 +02:00
|
|
|
|
2010-12-14 08:30:56 +01:00
|
|
|
LICENSE= BSD
|
|
|
|
DIST_SUBDIR= e17
|
2006-10-08 15:48:37 +02:00
|
|
|
USE_BZIP2= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2010-12-14 08:30:56 +01:00
|
|
|
USE_EFL= eina librt_hack libtool_hack
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gnomehack pkgconfig
|
2006-10-08 15:48:37 +02:00
|
|
|
USE_LDCONFIG= yes
|
2010-12-14 08:30:56 +01:00
|
|
|
USE_OPENSSL= yes
|
|
|
|
|
2011-06-25 05:36:20 +02:00
|
|
|
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" OPENSSL_LIBS="-lssl"
|
|
|
|
CONFIGURE_ARGS= --disable-gnutls --enable-amalgamation
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${REINPLACE_CMD} 's/ openssl//' ${PREFIX}/libdata/pkgconfig/eet.pc
|
2004-08-08 17:46:52 +02:00
|
|
|
|
2009-01-05 20:44:02 +01:00
|
|
|
.include <bsd.port.mk>
|