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)
36 lines
931 B
Makefile
36 lines
931 B
Makefile
# New ports collection makefile for: xspeakfree
|
|
# Date created: 08 Nov 2003
|
|
# Whom: Travis Poppe <tlp@liquidx.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xspeakfree
|
|
PORTVERSION= 0.8.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= mbone net audio
|
|
MASTER_SITES= http://www.liquidx.org/distfiles/
|
|
|
|
MAINTAINER= tlp@liquidx.org
|
|
COMMENT= Tcl/Tk (wish) frontend to Speak Freely
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/wish8.4:${PORTSDIR}/x11-toolkits/tk84 \
|
|
${LOCALBASE}/bin/sfmike:${PORTSDIR}/mbone/speak_freely \
|
|
|
|
NO_BUILD= yes
|
|
|
|
PORTDOCS= BUGS HISTORY INSTALL LICENSE README TODO
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|wish|wish8.4|' ${WRKSRC}/bin/xspeakfree
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/bin/xspeakfree ${PREFIX}/bin/xspeakfree
|
|
${MKDIR} ${PREFIX}/lib/xspeakfree
|
|
${INSTALL_DATA} ${WRKSRC}/lib/xspeakfree/* ${PREFIX}/lib/xspeakfree
|
|
${MKDIR} ${DOCSDIR}
|
|
.for FILE in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|