mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
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
851 B
Makefile
37 lines
851 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.951
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11 accessibility
|
|
MASTER_SITES= http://cmos-eng.rehab.uiuc.edu/accessx/software/
|
|
DISTNAME= accessx${PORTVERSION:S/.//g}
|
|
|
|
MAINTAINER= stephen@math.missouri.edu
|
|
COMMENT= Customise accessibility features for X
|
|
|
|
USE_TK= yes
|
|
|
|
USE_XORG= xext
|
|
WRKSRC= ${WRKDIR}/accessx
|
|
|
|
PLIST_FILES= bin/ax bin/accessx
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} \
|
|
-e "s@/usr/local@${PREFIX}@" \
|
|
-e "s@/usr/X11R6/lib@${LOCALBASE}/lib@" \
|
|
-e "s@g\+\+@${CXX} ${CXXFLAGS} -I${LOCALBASE}/include@g" \
|
|
${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e "s@wish -f@${WISH} -f@g" ${WRKSRC}/accessx
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/ax
|
|
|
|
.include <bsd.port.mk>
|