summaryrefslogtreecommitdiffstats
path: root/x11/accessx/Makefile
blob: 770f302a9e1cf942a82b38382bbab45fcbff9448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	accessx
# Date created:				January 20 2001
# Whom:					Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#

PORTNAME=	accessx
PORTVERSION=	9.50
CATEGORIES=	x11
MASTER_SITES=	http://www.rehab.uiuc.edu/accessx/software/
DISTNAME=	accessx0${PORTVERSION:S/.//g}

MAINTAINER=	stephen@math.missouri.edu

RUN_DEPENDS=	wish8.2:${PORTSDIR}/x11-toolkits/tk82

WRKSRC=		${WRKDIR}/accessx

pre-build:
	${PERL} -pi.orig -e "s@g\+\+@${CXX} ${CXXFLAGS} -I${X11BASE}/include@g" ${WRKSRC}/Makefile
	${PERL} -pi.orig -e "s@wish -f@wish8.2 -f@g" ${WRKSRC}/accessx

post-install:
	strip ${PREFIX}/bin/ax

.include <bsd.port.mk>
OpenPOWER on IntegriCloud