diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 05:36:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 05:36:44 +0000 |
commit | 134baa7fc1396b05bfc2019f94acec2f6cf78e3b (patch) | |
tree | 4a43eca70a6d4767e84e6c548e6d4ead6e5c7f94 /math/rcalc/Makefile | |
parent | The distfile is now fetchable again, so rescue this port from death row. (diff) |
As previously announced, remove these broken/insecure/obsolete ports.
Notes
Notes:
svn path=/head/; revision=116348
Diffstat (limited to 'math/rcalc/Makefile')
-rw-r--r-- | math/rcalc/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/math/rcalc/Makefile b/math/rcalc/Makefile deleted file mode 100644 index adda404e4cf7..000000000000 --- a/math/rcalc/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: rcalc -# Date created: 28 October 1999 -# Whom: Chris D. Faulhaber <jedgar@fxp.org> -# -# $FreeBSD$ -# - -PORTNAME= rcalc -PORTVERSION= 0.2.2 -PORTREVISION= 1 -CATEGORIES= math gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= rCalc-${PORTVERSION} - -MAINTAINER= jedgar@FreeBSD.org -COMMENT= Symbolic calculator for GNOME - -DEPRECATED= "Stale version with many errors" -EXPIRATION_DATE=2004-07-10 - -USE_X_PREFIX= yes -USE_PERL5_BUILD=yes -USE_GMAKE= yes -USE_GNOME= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" - -pre-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ - 's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g' - -.include <bsd.port.mk> |