diff options
Diffstat (limited to 'x11/qrash/Makefile')
-rw-r--r-- | x11/qrash/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/x11/qrash/Makefile b/x11/qrash/Makefile deleted file mode 100644 index c2e9307d48da..000000000000 --- a/x11/qrash/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: qrash -# Date created: Oct 27, 1999 -# Whom: Trevor Johnson -# -# $FreeBSD$ -# - -PORTNAME= qrash -PORTVERSION= 1.0 -PORTREVISION= 3 -CATEGORIES= x11 -MASTER_SITES= http://qmg.org/files/demos/qmg/ \ - ftp://qmg.org/pub/demos/qmg/ \ - ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= X11/demos -DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tgz - -MAINTAINER= ports@FreeBSD.org -COMMENT= Animated musical demo for X11 - -DEPRECATED= unmaintained, does not work with current versions of GCC, needs gcc295 which has been failing to build for months -EXPIRATION_DATE=2009-04-28 - -GNU_CONFIGURE= yes -ONLY_FOR_ARCHS= i386 -USE_GCC= 2.95 -USE_GMAKE= yes -USE_PERL5= yes # XXX -USE_XORG= x11 - -ALL_TARGET= qrash - -post-patch: - @${PERL} -pi -e "s=PREFIX=${PREFIX}=g" ${WRKSRC}/resource.cc - @${PERL} -pi -e "s=/usr/X11=${PREFIX}=g" ${WRKSRC}/configure - ${FIND} ${WRKSRC} -type f -exec ${PERL} -pi -e \ - "s:<malloc.h>:<stdlib.h>:g" {} \; - -.include <bsd.port.mk> |