freebsd-ports/x11-wm/enlightenment-devel/Makefile

37 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: enlightenment
1998-07-19 08:34:37 +02:00
# Version required: 0.14
# Date created: 10 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
1999-01-05 09:09:17 +01:00
# $Id: Makefile,v 1.30 1998/11/29 22:25:40 asami Exp $
#
1998-07-19 08:34:37 +02:00
DISTNAME= enlightenment-0.14
CATEGORIES= x11-wm
1998-07-19 08:34:37 +02:00
MASTER_SITES= ftp://ftp.enlightenment.org/pub/enlightenment/enlightenment/ \
ftp://www.rasterman.com/pub/enlightenment/enlightenment/ \
ftp://ftp.labs.redhat.com/pub/imlib/TAR/
1997-09-14 21:58:23 +02:00
MAINTAINER= vanilla@FreeBSD.ORG
1997-09-14 21:58:23 +02:00
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/i386-freebsd/Gtk.pm:${PORTSDIR}/x11-toolkits/p5-Gtk
1999-01-05 09:09:17 +01:00
LIB_DEPENDS= esd.1:${PORTSDIR}/audio/esound \
1998-09-24 00:05:42 +02:00
Fnlib.0:${PORTSDIR}/graphics/fnlib \
gif.3:${PORTSDIR}/graphics/giflib \
Imlib.1:${PORTSDIR}/graphics/imlib \
1998-11-29 23:25:40 +01:00
tiff.4:${PORTSDIR}/graphics/tiff34
USE_GMAKE= yes
USE_X_PREFIX= yes
1998-07-19 08:34:37 +02:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS=-L${LOCALBASE}/lib
1997-11-26 23:44:01 +01:00
1998-07-19 08:34:37 +02:00
WRKSRC= ${WRKDIR}/e
1998-08-25 03:45:33 +02:00
post-install:
strip ${PREFIX}/bin/enlightenment
strip ${PREFIX}/bin/dox
.include <bsd.port.mk>