1999-01-05 08:00:41 +00:00
|
|
|
# New ports collection makefile for: gnumeric
|
|
|
|
# Date created: 08 October 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
1998-10-26 11:58:07 +00:00
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1998-10-26 11:58:07 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 07:20:58 +00:00
|
|
|
PORTNAME= gnumeric
|
2001-10-23 13:33:33 +00:00
|
|
|
PORTVERSION= 0.72
|
2001-01-24 16:03:49 +00:00
|
|
|
CATEGORIES?= math gnome
|
1999-01-27 08:31:54 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 19:08:13 +00:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnumeric
|
1998-10-26 11:58:07 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER?= gnome@FreeBSD.org
|
1998-10-26 11:58:07 +00:00
|
|
|
|
2001-08-13 11:19:45 +00:00
|
|
|
LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \
|
2001-08-06 11:02:56 +00:00
|
|
|
gbrun.0:${PORTSDIR}/lang/gnomebasic \
|
2001-08-21 14:12:20 +00:00
|
|
|
giconv.2:${PORTSDIR}/converters/libiconv \
|
|
|
|
psiconv.7:${PORTSDIR}/converters/psiconv
|
2001-05-21 18:07:24 +00:00
|
|
|
|
2001-07-09 16:46:59 +00:00
|
|
|
USE_BZIP2= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
USE_X_PREFIX= yes
|
1999-03-09 01:13:40 +00:00
|
|
|
USE_PERL5= yes
|
1999-10-14 09:20:39 +00:00
|
|
|
USE_GMAKE= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
USE_GNOME= yes
|
2000-10-20 16:25:09 +00:00
|
|
|
USE_PYTHON= yes
|
2001-07-09 16:46:59 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-08-13 11:19:45 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -lintl -lgiconv ${PTHREAD_LIBS}"
|
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
1998-10-26 11:58:07 +00:00
|
|
|
|
2001-07-09 16:46:59 +00:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}-bonobo
|
2000-01-02 10:48:05 +00:00
|
|
|
|
2000-08-04 16:11:37 +00:00
|
|
|
pre-patch:
|
2001-03-29 16:35:19 +00:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-04 01:19:21 +00:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2001-07-09 16:46:59 +00:00
|
|
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
2000-08-04 01:19:21 +00:00
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
2001-08-06 11:02:56 +00:00
|
|
|
@find ${WRKSRC}/plugins/excel -name "*.[ch]" | xargs ${PERL} -pi -e \
|
|
|
|
's|iconv\.h|giconv.h|g'
|
2000-08-04 01:19:21 +00:00
|
|
|
|
1998-10-26 11:58:07 +00:00
|
|
|
.include <bsd.port.mk>
|