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
|
2002-01-23 15:23:29 +00:00
|
|
|
PORTVERSION= 0.40.3
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 4
|
2001-05-21 12:41:59 +00:00
|
|
|
CATEGORIES= math gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 17:07:51 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/Guppi/0.40
|
2001-05-21 12:41:59 +00:00
|
|
|
DISTNAME= Guppi-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A ploting program for GNOME
|
2001-05-21 12:41:59 +00:00
|
|
|
|
2003-05-02 03:29:26 +00:00
|
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
|
2001-05-21 12:41:59 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2003-09-24 19:10:51 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs bonobo libglade gal gnometarget
|
2001-05-21 12:41:59 +00:00
|
|
|
USE_PYTHON= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2001-10-23 13:36:38 +00:00
|
|
|
GNU_CONFIGURE= 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" \
|
2003-09-24 19:10:51 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
2002-03-14 14:24:24 +00:00
|
|
|
GNUMERIC_IDLDIR="`cd ${PORTSDIR}/math/gnumeric && ${MAKE} -V WRKSRC`/idl"
|
2001-05-21 12:41:59 +00:00
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
|
2002-03-14 16:40:24 +00:00
|
|
|
# Can't use BUILD_DEPENDS, because then we have `short circuit' for
|
|
|
|
# make clean - Gnumeric tries to clean-up Guppi, while Guppi in turn
|
|
|
|
# tries to clean Gnumeric.
|
|
|
|
post-extract:
|
|
|
|
@cd ${PORTSDIR}/math/gnumeric && ${MAKE} patch
|
|
|
|
|
2001-05-21 12:41:59 +00:00
|
|
|
.include <bsd.port.mk>
|