diff options
author | Will Andrews <will@FreeBSD.org> | 2001-04-07 00:34:43 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-04-07 00:34:43 +0000 |
commit | 4f461548db4db806c83f1232b96f73d45ed1ba19 (patch) | |
tree | dc6b3d7722bc52a9cf26c6c6de8fdd37ec7012a0 /x11/accessx/Makefile | |
parent | dbfebb021059cd298a1e194b407e14604ed6e2da (diff) | |
download | ports-4f461548db4db806c83f1232b96f73d45ed1ba19.tar.gz ports-4f461548db4db806c83f1232b96f73d45ed1ba19.zip |
Notes
Diffstat (limited to 'x11/accessx/Makefile')
-rw-r--r-- | x11/accessx/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11/accessx/Makefile b/x11/accessx/Makefile new file mode 100644 index 000000000000..770f302a9e1c --- /dev/null +++ b/x11/accessx/Makefile @@ -0,0 +1,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> |