diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-02-20 06:20:25 +0800 |
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-02-20 06:20:25 +0800 |
| commit | 52eb0c363dbd39ca18828556aa6e06a0f55cdad1 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /math/gnumeric2/Makefile | |
| parent | 02ae0012100b6d06fd4310bcc5e44198eaf8930e (diff) | |
| download | marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.gz marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.bz2 marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.lz marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.xz marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.tar.zst marcuscom-ports-52eb0c363dbd39ca18828556aa6e06a0f55cdad1.zip | |
Remove the GNOME 2.1 ports. These have been merged into FreeBSD CVS
as GNOME 2.2....next up, GNOME 2.3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@538 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math/gnumeric2/Makefile')
| -rw-r--r-- | math/gnumeric2/Makefile | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile deleted file mode 100644 index eb465a77d..000000000 --- a/math/gnumeric2/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: gnumeric2 -# Date created: 26 August 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/math/gnumeric2/Makefile,v 1.99 2003/01/19 19:40:36 marcus Exp $ -# - -PORTNAME= gnumeric2 -PORTVERSION= 1.1.16 -CATEGORIES= math gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/1.1 -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui \ - gal-2.0.0:${PORTSDIR}/x11-toolkits/gal2 \ - gda-2.1:${PORTSDIR}/databases/libgda2 \ - gsf-1.8:${PORTSDIR}/devel/libgsf - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_PERL5= yes -USE_GMAKE= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomehier -USE_PYTHON= yes -USE_REINPLACE= yes -USE_LIBTOOL= yes -CONFIGURE_ARGS= --without-guile --with-bonobo -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \ - DEFS="-I${X11BASE}/include/gal-2.0" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} - -PLIST_SUB= VERSION=${PORTVERSION}-bonobo - -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC}/plugins -name "plugin.xml.in" | ${XARGS} \ - ${REINPLACE_CMD} -e 's|\.la|.so|g' - -post-install: -.for dir in share/gnome lib - @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric -.endfor - -.include <bsd.port.mk> |
