3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
37 lines
798 B
Makefile
37 lines
798 B
Makefile
# 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
|
|
|
|
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>
|