1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/x11/accessx/Makefile
Will Andrews 7ba4e0aa2b PORTVERSION is 0.950 not 9.50. I think PORTEPOCH is not needed since this
change and the original revision are not far apart enough to matter.

PR:		26395
Submitted by:	maintainer
2001-04-07 04:22:51 +00:00

28 lines
662 B
Makefile

# New ports collection makefile for: accessx
# Date created: January 20 2001
# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu>
#
# $FreeBSD$
#
PORTNAME= accessx
PORTVERSION= 0.950
CATEGORIES= x11
MASTER_SITES= http://www.rehab.uiuc.edu/accessx/software/
DISTNAME= accessx${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>