aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/enlightenment-devel/Makefile
blob: 177929d7a461cab96c76603470579c9946f508b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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.29 1998/11/29 04:31:19 asami Exp $
#

DISTNAME=   enlightenment-0.14
CATEGORIES= x11-wm
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=  ${LOCALBASE}/lib/perl5/site_perl/5.005/i386-freebsd/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
LIB_DEPENDS=    esd.0:${PORTSDIR}/audio/esound \
        Fnlib.0:${PORTSDIR}/graphics/fnlib \
        gif.3:${PORTSDIR}/graphics/giflib \
        Imlib.1:${PORTSDIR}/graphics/imlib \
        tiff.4:${PORTSDIR}/graphics/tiff34  

USE_GMAKE=  yes
USE_X_PREFIX=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS=-L${LOCALBASE}/lib

WRKSRC=     ${WRKDIR}/e

post-install:
        strip ${PREFIX}/bin/enlightenment
        strip ${PREFIX}/bin/dox

.include <bsd.port.mk>