1997-11-17 11:53:06 +00:00
|
|
|
# New ports collection makefile for: wily
|
|
|
|
# Date created: 23 September 1997
|
|
|
|
# Whom: koshy
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1997-11-17 11:53:06 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 00:25:54 +00:00
|
|
|
PORTNAME= wily
|
|
|
|
PORTVERSION= 0.13.41
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
1999-01-09 03:19:49 +00:00
|
|
|
CATEGORIES= editors plan9
|
2003-02-05 06:36:11 +00:00
|
|
|
MASTER_SITES= ftp://ftp.cs.yorku.ca/pub/wily/src/old/ \
|
1999-12-08 11:18:31 +00:00
|
|
|
ftp://ftp.cs.su.oz.au/gary/wily/src/old/
|
1997-11-17 11:53:06 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2004-03-18 22:57:28 +00:00
|
|
|
MAINTAINER= gagnon_s@sympatico.ca
|
2003-02-21 11:38:28 +00:00
|
|
|
COMMENT= A clone of the Plan9 editor `acme'
|
2003-02-05 06:36:11 +00:00
|
|
|
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/rc:${PORTSDIR}/shells/rc
|
1997-11-17 11:53:06 +00:00
|
|
|
|
1998-11-28 09:07:24 +00:00
|
|
|
USE_XLIB= YES
|
1997-11-17 11:53:06 +00:00
|
|
|
GNU_CONFIGURE= YES
|
1998-10-16 03:17:47 +00:00
|
|
|
USE_GMAKE= YES
|
2003-02-05 06:36:11 +00:00
|
|
|
MAN1= wgoto.1 win.1 wreplace.1 Tag.1 mktags.1 Man.1
|
|
|
|
|
2004-04-12 20:54:04 +00:00
|
|
|
PORTDOCS= index.html intro.html download.html credits.html FAQ.html \
|
1997-11-17 11:53:06 +00:00
|
|
|
onepage.html user.html idioms.html C.html python.html \
|
1998-09-07 04:11:07 +00:00
|
|
|
hack.html AcmeVsWily.html Tcl.html \
|
|
|
|
pythonpaper.html winmanager.html auug.html one.html \
|
|
|
|
example.gif thumb.gif cartoon.gif \
|
|
|
|
FAQ.txt Tcl.txt changes.txt perl.txt \
|
2004-04-12 20:54:04 +00:00
|
|
|
Credits fonts mouse
|
|
|
|
TUTEDOCS= hello.c start typescript
|
|
|
|
TUTESHS= findword script send_to_gary
|
|
|
|
|
|
|
|
# Run the configure script in the tools directory.
|
|
|
|
post-configure:
|
|
|
|
@${RM} ${WRKSRC}/tools/win/config.cache
|
|
|
|
cd ${WRKSRC}/tools/win; ./configure
|
1997-11-17 11:53:06 +00:00
|
|
|
|
|
|
|
# The default Wily makefile does not install any documentation. Rectify.
|
|
|
|
post-install:
|
2004-04-12 20:54:04 +00:00
|
|
|
@${STRIP_CMD} ${PREFIX}/bin/wily
|
1997-11-17 11:53:06 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2004-04-12 20:54:04 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}/tute
|
|
|
|
. for doc in ${PORTDOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/Doc/${doc} ${DOCSDIR}
|
|
|
|
. endfor
|
|
|
|
. for doc in ${TUTEDOCS}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/Doc/tute/${doc} ${DOCSDIR}/tute
|
|
|
|
. endfor
|
|
|
|
. for doc in ${TUTESHS}
|
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/Doc/tute/${doc} ${DOCSDIR}/tute
|
|
|
|
. endfor
|
1997-11-17 11:53:06 +00:00
|
|
|
.endif
|
2003-02-05 06:36:11 +00:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1997-11-17 11:53:06 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|