2004-08-08 15:46:52 +00:00
|
|
|
# New ports collection makefile for: eet
|
|
|
|
# Date created: 08/08/2004
|
|
|
|
# Whom: vanilla
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= eet
|
2007-03-11 08:51:14 +00:00
|
|
|
PORTVERSION= 20070223
|
2006-03-16 06:43:46 +00:00
|
|
|
PORTREVISION= 0
|
2006-10-08 13:48:37 +00:00
|
|
|
PORTEPOCH= 1
|
2004-08-08 15:46:52 +00:00
|
|
|
CATEGORIES= devel
|
2007-03-11 08:51:14 +00:00
|
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/
|
2004-08-08 15:46:52 +00:00
|
|
|
|
2006-10-08 13:48:37 +00:00
|
|
|
MAINTAINER= stas@FreeBSD.org
|
2004-08-08 15:46:52 +00:00
|
|
|
COMMENT= Enlightenment Data Handling Library
|
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
|
|
|
2006-10-08 13:48:37 +00:00
|
|
|
USE_BZIP2= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-08-10 15:50:54 +00:00
|
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
2006-10-08 13:48:37 +00:00
|
|
|
USE_LDCONFIG= yes
|
2004-08-08 15:46:52 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2006-07-15 01:41:06 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 502126
|
2006-10-08 13:48:37 +00:00
|
|
|
IGNORE= freebsd 3.*, 4.*, 5.0, 5.1 are not supported
|
2006-07-15 01:41:06 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|