1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/ecore-main/Makefile
Ruslan Makhmatkhanov 353c969896 - pass maintainership of this ports to new volunteer
- add some of them to `enlightenment' virtual category

PR:		166814
Submitted by:	Grzegorz Blach <magik at roorback dot net>
2012-04-10 18:04:10 +00:00

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>