mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
353c969896
- add some of them to `enlightenment' virtual category PR: 166814 Submitted by: Grzegorz Blach <magik at roorback dot net>
32 lines
694 B
Makefile
32 lines
694 B
Makefile
# New ports collection makefile for: ecore-main
|
|
# Date created: 17 September 2007
|
|
# Whom: Stanislav Sedov <stas@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= main
|
|
DISTVERSION= 1.0.1
|
|
CATEGORIES= devel enlightenment
|
|
MASTER_SITES= http://download.enlightenment.org/releases/ \
|
|
http://files.roorback.net/e17/2011-05-25/base/
|
|
PKGNAMEPREFIX= ecore-
|
|
DISTNAME= ecore-${DISTVERSION}
|
|
|
|
MAINTAINER= magik@roorback.net
|
|
COMMENT= Enlightenment core abstraction library (main library)
|
|
|
|
LICENSE= BSD
|
|
DIST_SUBDIR= e17
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_EFL= eina libtool_hack
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= gnomehack pkgconfig
|
|
USE_ICONV= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include "Makefile.inc"
|
|
|
|
.include <bsd.port.mk>
|