1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/x11/accessx/Makefile
Edwin Groothuis 8817327441 The ports own Makefile wouldn't budge when trying to install in
X11BASE. Let it behave and use PREFIX.

Submitted by:	Mark Sergeant, via irc
2002-12-17 07:12:24 +00:00

34 lines
757 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
PORTREVISION= 1
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
USE_REINPLACE= yes
USE_X_PREFIX= yes
post-patch:
${REINPLACE_CMD} \
-e "s@/usr/local@${PREFIX}@" \
-e "s@g\+\+@${CXX} ${CXXFLAGS} -I${X11BASE}/include@g" \
${WRKSRC}/Makefile
${REINPLACE_CMD} -e "s@wish -f@wish8.2 -f@g" ${WRKSRC}/accessx
post-install:
strip ${PREFIX}/bin/ax
.include <bsd.port.mk>