1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/x11/qrash/Makefile

38 lines
803 B
Makefile
Raw Normal View History

# New ports collection makefile for: qrash
# Date created: Oct 27, 1999
# Whom: Trevor Johnson
#
# $FreeBSD$
#
2000-04-13 19:19:05 +00:00
PORTNAME= qrash
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://qmg.org/files/demos/qmg/ \
ftp://qmg.org/pub/demos/qmg/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/demos
2000-04-13 19:19:05 +00:00
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= trevor@FreeBSD.org
2003-03-01 14:34:33 +00:00
COMMENT= Animated musical demo for X11
GNU_CONFIGURE= yes
2001-04-20 11:13:07 +00:00
ONLY_FOR_ARCHS= i386
USE_GCC= 2.95
USE_GMAKE= yes
USE_PERL5= yes # XXX
USE_X_PREFIX= yes
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
2002-02-11 23:52:39 +00:00
${FIND} ${WRKSRC} -type f -exec ${PERL} -pi -e \
"s:<malloc.h>:<stdlib.h>:g" {} \;
.include <bsd.port.mk>