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
|
1999-01-09 03:19:49 +00:00
|
|
|
CATEGORIES= editors plan9
|
1998-09-07 02:42:09 +00:00
|
|
|
MASTER_SITES= ftp://ftp.northsea.com/pub/plan9_unix/wily/src/ \
|
1997-11-17 11:53:06 +00:00
|
|
|
ftp://ftp.cs.york.ac.uk/pub/mhw/wily/src/ \
|
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
|
|
|
|
|
1998-07-07 11:39:46 +00:00
|
|
|
MAINTAINER= jkoshy@freebsd.org
|
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
|
1998-10-14 04:25:08 +00:00
|
|
|
|
1997-11-17 11:53:06 +00:00
|
|
|
WILYDOCDIR= ${PREFIX}/share/doc/wily
|
1998-09-07 04:11:07 +00:00
|
|
|
WILYTUTEDIR= ${WILYDOCDIR}/tute
|
|
|
|
WILYDOCFILES= 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 \
|
|
|
|
Credits fonts mouse\
|
|
|
|
tute/findword tute/script tute/start tute/hello.c \
|
|
|
|
tute/send_to_gary
|
1997-11-17 11:53:06 +00:00
|
|
|
|
|
|
|
# The default Wily makefile does not install any documentation. Rectify.
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/wily
|
|
|
|
.if !defined(NOPORTDOCS)
|
1998-09-07 04:11:07 +00:00
|
|
|
${MKDIR} ${WILYDOCDIR} ${WILYTUTEDIR}
|
1997-11-17 11:53:06 +00:00
|
|
|
set -e; for f in ${WILYDOCFILES}; do \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Doc/$${f} ${WILYDOCDIR}/$${f}; \
|
|
|
|
done
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|