summaryrefslogtreecommitdiffstats
path: root/math/gnumeric/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/gnumeric/Makefile')
-rw-r--r--math/gnumeric/Makefile63
1 files changed, 0 insertions, 63 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
deleted file mode 100644
index 6595c25e8..000000000
--- a/math/gnumeric/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# New ports collection makefile for: gnumeric
-# Date created: 08 October 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-# $MCom: ports/math/gnumeric/Makefile,v 1.13 2005/09/08 17:28:27 adamw Exp $
-#
-
-PORTNAME= gnumeric
-PORTVERSION= 1.6.0
-CATEGORIES= math gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= The GNOME 2 spreadsheet
-
-LIB_DEPENDS= goffice-1.1:${PORTSDIR}/devel/goffice
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_PERL5= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \
- libgsf_gnome pygtk2 desktopfileutils libgnomedb
-USE_PYTHON= yes
-INSTALLS_OMF= yes
-INSTALLS_SHLIB= yes
-USE_REINPLACE= yes
-USE_AUTOTOOLS= libtool:15
-CONFIGURE_ARGS= --without-guile --with-bonobo
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
- LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \
- python_prog=${PYTHON_VERSION}
-
-GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \
- gnumeric-plugins.schemas
-
-MAN1= gnumeric.1 ssconvert.1 ssindex.1
-
-PLIST_SUB= VERSION=${PORTVERSION}
-
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-PLIST_SUB+= PERL="@comment "
-.else
-PLIST_SUB+= PERL=""
-.endif
-
-post-patch:
- @${FIND} ${WRKSRC}/plugins -name "plugin.xml.in" | ${XARGS} \
- ${REINPLACE_CMD} -e 's|\.la|.so|g'
- @${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in
-
-post-install:
- @-update-desktop-database
-.for dir in share/gnome lib
- @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric
-.endfor
-
-.include <bsd.port.post.mk>