2000-07-26 12:55:44 +00:00
|
|
|
# Ports collection Makefile for: encompass
|
|
|
|
# Date created: 26 July 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= encompass
|
2000-12-01 15:09:58 +00:00
|
|
|
PORTVERSION= 0.3.0
|
2000-07-26 12:55:44 +00:00
|
|
|
CATEGORIES= www gnome
|
2000-12-01 15:09:58 +00:00
|
|
|
MASTER_SITES= ftp://ftp.one.net/pub/users/dobez/
|
2000-07-26 12:55:44 +00:00
|
|
|
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
|
2000-12-01 15:09:58 +00:00
|
|
|
LIB_DEPENDS= gtkhtml.5:${PORTSDIR}/www/gtkhtml \
|
2000-09-15 06:18:26 +00:00
|
|
|
glibwww.1:${PORTSDIR}/www/glibwww \
|
2000-12-01 15:09:58 +00:00
|
|
|
gconf-1.1:${PORTSDIR}/devel/gconf \
|
|
|
|
gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \
|
|
|
|
gnomeprint.13:${PORTSDIR}/print/gnomeprint
|
|
|
|
RUN_DEPENDS= ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio
|
2000-07-26 12:55:44 +00:00
|
|
|
|
2000-12-01 15:09:58 +00:00
|
|
|
USE_GNOME= yes
|
2000-07-26 12:55:44 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-12-01 15:09:58 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-07-26 12:55:44 +00:00
|
|
|
|
2000-12-01 15:09:58 +00:00
|
|
|
pre-patch:
|
|
|
|
@${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'
|
2000-07-26 12:55:44 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|