2001-05-21 14:41:59 +02:00
|
|
|
# New ports collection makefile for: guppi
|
|
|
|
# Date created: 22 December 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= guppi
|
2002-01-23 16:23:29 +01:00
|
|
|
PORTVERSION= 0.40.3
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 4
|
2001-05-21 14:41:59 +02:00
|
|
|
CATEGORIES= math gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/Guppi/0.40
|
2001-05-21 14:41:59 +02:00
|
|
|
DISTNAME= Guppi-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A ploting program for GNOME
|
2001-05-21 14:41:59 +02:00
|
|
|
|
2003-05-02 05:29:26 +02:00
|
|
|
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
|
2001-05-21 14:41:59 +02:00
|
|
|
|
2004-12-11 10:15:52 +01:00
|
|
|
USE_BZIP2= yes
|
2001-05-21 14:41:59 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2003-09-24 21:10:51 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs bonobo libglade gal gnometarget
|
2001-05-21 14:41:59 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
2001-10-23 15:36:38 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-12-11 10:15:52 +01:00
|
|
|
CONFIGURE_ARGS= --enable-gnumeric --enable-explicit-python-linking
|
2001-09-11 17:37:23 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/libglade-1.0" \
|
2003-09-24 21:10:51 +02:00
|
|
|
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
|
2004-12-11 10:15:52 +01:00
|
|
|
GNUMERIC_IDLDIR="${WRKDIR}/gnumeric"
|
2001-05-21 14:41:59 +02:00
|
|
|
PLIST_SUB= VERSION="${PORTVERSION}"
|
|
|
|
|
2002-03-14 17:40:24 +01:00
|
|
|
post-extract:
|
2004-12-11 10:15:52 +01:00
|
|
|
@${MKDIR} ${WRKDIR}/gnumeric
|
|
|
|
@${CP} ${FILESDIR}/GNOME_Gnumeric_Graph.idl ${WRKDIR}/gnumeric
|
2002-03-14 17:40:24 +01:00
|
|
|
|
2001-05-21 14:41:59 +02:00
|
|
|
.include <bsd.port.mk>
|