1995-06-21 13:08:24 +02:00
|
|
|
# New ports collection makefile for: e93
|
|
|
|
# Date created: 21 June 1995
|
|
|
|
# Whom: Satoshi Asami (asami)
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1995-06-21 13:08:24 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 02:25:54 +02:00
|
|
|
PORTNAME= e93
|
2006-12-21 06:39:28 +01:00
|
|
|
PORTVERSION= 1.3.4
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2008-04-09 15:42:26 +02:00
|
|
|
CATEGORIES= editors tcl tk
|
2009-08-02 04:51:50 +02:00
|
|
|
MASTER_SITES= ftp://ftp.e93.org/pub/
|
2006-12-21 06:39:28 +01:00
|
|
|
DISTNAME= ${PORTNAME}-1.3r4X
|
2000-09-30 02:39:20 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
1995-06-21 13:08:24 +02:00
|
|
|
|
2009-08-02 04:51:50 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:38:28 +01:00
|
|
|
COMMENT= A nifty editor based on Tcl/Tk
|
1995-06-21 13:08:24 +02:00
|
|
|
|
2009-02-14 15:49:40 +01:00
|
|
|
USE_TCL= 84
|
|
|
|
USE_TCL_BUILD= 84
|
|
|
|
USE_TK= 84
|
|
|
|
USE_TK_BUILD= 84
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= x11 xt
|
2003-06-05 00:43:38 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2003-05-18 12:15:44 +02:00
|
|
|
|
2007-03-20 19:45:29 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} 's|wish|wish${TK_VER}|' ${WRKSRC}/e93r
|
|
|
|
@${REINPLACE_CMD} 's|CFLAGS=|CFLAGS+=$$(TK_INCLUDE) -I${LOCALBASE}/include |' \
|
|
|
|
${WRKSRC}/Makefile ${WRKSRC}/xgui/Makefile
|
|
|
|
|
1995-06-21 13:08:24 +02:00
|
|
|
do-install:
|
2006-12-21 06:39:28 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/e93 ${PREFIX}/bin
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/e93r ${PREFIX}/bin
|
|
|
|
${MKDIR} ${PREFIX}/lib/e93lib
|
|
|
|
${CP} -R ${WRKSRC}/e93lib/* ${PREFIX}/lib/e93lib
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README* ${DOCSDIR}
|
|
|
|
.endif
|
1995-06-21 13:08:24 +02:00
|
|
|
|
2006-12-21 06:39:28 +01:00
|
|
|
.include <bsd.port.mk>
|