40 lines
950 B
Makefile
40 lines
950 B
Makefile
# New ports collection makefile for: ecore-main
|
|
# Date created: 17 September 2007
|
|
# Whom: Stanislav Sedov <stas@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= main
|
|
PORTVERSION= 0.9.9.042
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.springdaemons.com/pub/snapshots/e17/ \
|
|
http://download.enlightenment.org/snapshots/2008-01-25/
|
|
PKGNAMEPREFIX= ecore-
|
|
DISTNAME= ecore-${PORTVERSION}
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
COMMENT= Enlightenment core abstraction library (main library)
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack pkgconfig gnometarget
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ARGS= --disable-ecore-con \
|
|
--disable-ecore-config \
|
|
--disable-ecore-desktop \
|
|
--disable-ecore-directfb \
|
|
--disable-ecore-evas \
|
|
--disable-ecore-file \
|
|
--disable-ecore-ipc \
|
|
--disable-ecore-job \
|
|
--disable-ecore-sdl \
|
|
--disable-ecore-txt \
|
|
--disable-ecore-x \
|
|
--disable-ecore-imf \
|
|
--disable-ecore-imf_evas
|
|
|
|
.include <bsd.port.mk>
|