2001-05-21 12:41:59 +00:00
|
|
|
# New ports collection makefile for: guppi
|
|
|
|
# Date created: 22 December 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= guppi
|
|
|
|
PORTVERSION= 0.35.5
|
2001-07-27 15:37:21 +00:00
|
|
|
PORTREVISION= 3
|
2001-05-21 12:41:59 +00:00
|
|
|
CATEGORIES= math gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= stable/sources/Guppi
|
|
|
|
DISTNAME= Guppi-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
|
2001-06-19 09:43:08 +00:00
|
|
|
LIB_DEPENDS= guile.9:${PORTSDIR}/lang/guile
|
2001-05-21 12:41:59 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
USE_PYTHON= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2001-07-11 08:57:06 +00:00
|
|
|
CONFIGURE_ARGS= --enable-explicit-python-linking
|
2001-09-11 15:37:23 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/libglade-1.0" \
|
2001-05-21 12:41:59 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib -pthread"
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|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'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|