diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-11 09:38:24 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-11 09:38:24 +0000 |
commit | 6b3bfe697167dea9c77dbf17b37ccc11fb0cf6d1 (patch) | |
tree | 917624539c87b922a5371878d07450948d2bf7e7 /math/gnumeric2/Makefile | |
parent | 524396ff4347d869a0a657a58225ed5918bd525b (diff) | |
download | ports-6b3bfe697167dea9c77dbf17b37ccc11fb0cf6d1.tar.gz ports-6b3bfe697167dea9c77dbf17b37ccc11fb0cf6d1.zip |
Move math/gnumeric2 --> math/gnumeric
Notes
Notes:
svn path=/head/; revision=123705
Diffstat (limited to 'math/gnumeric2/Makefile')
-rw-r--r-- | math/gnumeric2/Makefile | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile deleted file mode 100644 index b9e7cbff7fb5..000000000000 --- a/math/gnumeric2/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# New ports collection makefile for: gnumeric2 -# Date created: 26 August 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= gnumeric2 -PORTVERSION= 1.4.1 -CATEGORIES= math gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:R} -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= The GNOME 2 spreadsheet - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix intlhack gnomehack gnomehier libgnomeprintui \ - libgnomedb libgsf_gnome pygtk2 -USE_PYTHON= yes -INSTALLS_OMF= yes -USE_REINPLACE= yes -USE_LIBTOOL_VER=15 -CONFIGURE_ARGS= --without-guile --with-bonobo --with-gnome-db -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ - DEFS="-I${X11BASE}/include/gal-2.0" \ - python_prog=${PYTHON_VERSION} - -GCONF_SCHEMAS= gnumeric-dialogs.schemas gnumeric-general.schemas \ - gnumeric-plugins.schemas - -PLIST_SUB= VERSION=${PORTVERSION} - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -# The Perl plug-ins don't build with Perl < 5.6.1 -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-plugins_Makefile.in -.endif - -post-patch: - @cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,' \ - src/tools/solver/lp_solve/commonlib.h \ - src/tools/solver/lp_solve/fortify.c \ - src/tools/solver/lp_solve/lp_Hash.c \ - src/tools/solver/lp_solve/lp_etaPFI.c \ - src/tools/solver/lp_solve/lp_lib.h \ - src/tools/solver/lp_solve/lp_rlp.c \ - src/tools/solver/lp_solve/lp_rlpt.c - @${FIND} ${WRKSRC}/plugins -name "plugin.xml.in" | ${XARGS} \ - ${REINPLACE_CMD} -e 's|\.la|.so|g' - @${FIND} ${WRKSRC}/src/cut-n-paste-code/goffice/graph/plugins -name \ - "plugin.xml.in" | ${XARGS} ${REINPLACE_CMD} -e 's|\.la|.so|g' - @${RM} -f ${WRKSRC}/GNOME_Gnumeric.server.in - -post-install: -.for dir in share/gnome lib - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric -.endfor - -.include <bsd.port.post.mk> |