2001-05-08 14:58:23 -04:00
|
|
|
# New ports collection makefile for: eel
|
|
|
|
# Date created: 8th May 2001
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= eel
|
2001-10-09 09:59:49 -04:00
|
|
|
PORTVERSION= 1.0.2
|
2001-12-20 09:04:25 -05:00
|
|
|
PORTREVISION= 1
|
2001-05-15 04:18:19 -04:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
2001-05-08 14:58:23 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2001-05-14 10:56:16 -04:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/eel
|
2001-05-08 14:58:23 -04:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2001-05-08 14:58:23 -04:00
|
|
|
|
|
|
|
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
|
|
|
|
LIB_DEPENDS= rsvg.1:${PORTSDIR}/graphics/librsvg
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GNOME= yes
|
2001-10-09 09:59:49 -04:00
|
|
|
GNU_CONFIGURE= yes
|
2001-05-08 14:58:23 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-shared --enable-static
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-10-27 02:10:43 -04:00
|
|
|
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
2001-05-08 14:58:23 -04:00
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2001-07-06 08:25:18 -04:00
|
|
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
2001-05-08 14:58:23 -04:00
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|