mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
4881728444
PR: 7322 Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk>
32 lines
894 B
Makefile
32 lines
894 B
Makefile
# New ports collection makefile for: enlightenment
|
|
# Version required: 0.14
|
|
# Date created: 10 June 1997
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.15 1998/07/19 06:34:35 vanilla Exp $
|
|
#
|
|
|
|
DISTNAME= enlightenment-0.14
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
|
|
ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \
|
|
ftp://ftp.labs.redhat.com/pub/imlib/TAR/
|
|
|
|
MAINTAINER= vanilla@FreeBSD.ORG
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/Gtk.pm:${PORTSDIR}/x11/p5-Gtk
|
|
|
|
LIB_DEPENDS= esd\\.0\\.0:${PORTSDIR}/audio/esound \
|
|
Fnlib\\.0\\.3:${PORTSDIR}/graphics/fnlib \
|
|
Imlib\\.1\\.7:${PORTSDIR}/graphics/imlib
|
|
|
|
USE_GMAKE= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS=-L${LOCALBASE}/lib
|
|
|
|
WRKSRC= ${WRKDIR}/e
|
|
|
|
.include <bsd.port.mk>
|