1999-10-14 01:06:54 -04:00
|
|
|
# New ports collection makefile for: eog
|
|
|
|
# Date created: 5th October 1999
|
|
|
|
# Whom: Ade Lovett <ade@lovett.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-13 02:28:28 -04:00
|
|
|
PORTNAME= eog
|
2000-09-05 13:21:46 -04:00
|
|
|
PORTVERSION= 0.5
|
2000-10-03 13:37:51 -04:00
|
|
|
PORTREVISION= 1
|
1999-10-14 01:06:54 -04:00
|
|
|
CATEGORIES= graphics gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2000-04-21 12:08:37 -04:00
|
|
|
MASTER_SITE_SUBDIR= unstable/sources/eog
|
1999-10-14 01:06:54 -04:00
|
|
|
|
2000-02-07 11:57:44 -05:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
1999-10-14 01:06:54 -04:00
|
|
|
|
2000-12-15 12:52:50 -05:00
|
|
|
BROKEN= "Fails with new devel/bonobo"
|
|
|
|
|
2000-10-05 03:10:50 -04:00
|
|
|
LIB_DEPENDS= glade.4:${PORTSDIR}/devel/libglade \
|
2000-08-21 10:59:36 -04:00
|
|
|
bonobo.2:${PORTSDIR}/devel/bonobo \
|
2000-10-03 13:37:51 -04:00
|
|
|
gconf-1.1:${PORTSDIR}/devel/gconf
|
1999-10-14 01:06:54 -04:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 03:10:50 -04:00
|
|
|
USE_GNOME= yes
|
1999-10-14 01:06:54 -04:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2000-08-04 12:11:37 -04:00
|
|
|
pre-patch:
|
2000-08-03 21:34:38 -04:00
|
|
|
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
1999-10-14 01:06:54 -04:00
|
|
|
.include <bsd.port.mk>
|