aboutsummaryrefslogtreecommitdiff
path: root/math/gnumeric2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric2/Makefile')
-rw-r--r--math/gnumeric2/Makefile50
1 files changed, 0 insertions, 50 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile
deleted file mode 100644
index dbe0e174a10e..000000000000
--- a/math/gnumeric2/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: gnumeric
-# Date created: 08 October 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnumeric
-PORTVERSION= 1.0.6
-CATEGORIES?= math gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= stable/sources/gnumeric
-DIST_SUBDIR= gnome
-
-MAINTAINER?= gnome@FreeBSD.org
-
-LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \
- gbrun.0:${PORTSDIR}/lang/gnomebasic \
- iconv.3:${PORTSDIR}/converters/libiconv \
- psiconv.8:${PORTSDIR}/converters/psiconv
-RUN_DEPENDS= guppi-gnumeric:${PORTSDIR}/math/guppi
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_PERL5= yes
-USE_GMAKE= yes
-USE_GNOME= yes
-USE_PYTHON= yes
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-CONFIGURE_ARGS= --with-evolution
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib -lintl -liconv ${PTHREAD_LIBS}"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-PLIST_SUB= VERSION=${PORTVERSION}-bonobo
-
-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'
-
-post-install:
-.for dir in share/gnome lib
- @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric
-.endfor
-
-.include <bsd.port.mk>