summaryrefslogtreecommitdiffstats
path: root/editors/wily/Makefile
diff options
context:
space:
mode:
authorjkoshy <jkoshy@FreeBSD.org>1998-09-07 04:11:07 +0000
committerjkoshy <jkoshy@FreeBSD.org>1998-09-07 04:11:07 +0000
commit9dfa18ef239be7509a690f9238f3d7be97a557df (patch)
tree82865629d44811b8ef3288470e733ad1ed1c8003 /editors/wily/Makefile
parentb083dc63672537609489ca0e1c34468d04a426e1 (diff)
downloadFreeBSD-ports-9dfa18ef239be7509a690f9238f3d7be97a557df.zip
FreeBSD-ports-9dfa18ef239be7509a690f9238f3d7be97a557df.tar.gz
Upgrade to 0.13.41
Diffstat (limited to 'editors/wily/Makefile')
-rw-r--r--editors/wily/Makefile20
1 files changed, 13 insertions, 7 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile
index 149747c..42b7d7c 100644
--- a/editors/wily/Makefile
+++ b/editors/wily/Makefile
@@ -3,10 +3,10 @@
# Date created: 23 September 1997
# Whom: koshy
#
-# $Id: Makefile,v 1.3 1998/08/05 09:31:36 asami Exp $
+# $Id: Makefile,v 1.4 1998/09/07 02:42:09 jkoshy Exp $
#
-DISTNAME= wily-0.13.36
+DISTNAME= wily-0.13.41
CATEGORIES= plan9 editors
MASTER_SITES= ftp://ftp.northsea.com/pub/plan9_unix/wily/src/ \
ftp://ftp.cs.york.ac.uk/pub/mhw/wily/src/ \
@@ -15,20 +15,26 @@ EXTRACT_SUFX= .tgz
MAINTAINER= jkoshy@freebsd.org
-USE_X_PREFIX= YES
+USE_X11= YES
GNU_CONFIGURE= YES
WILYDOCDIR= ${PREFIX}/share/doc/wily
-WILYDOCFILES= index.html intro.html download.html credits.html FAQ.txt \
+WILYTUTEDIR= ${WILYDOCDIR}/tute
+WILYDOCFILES= index.html intro.html download.html credits.html FAQ.html \
onepage.html user.html idioms.html C.html python.html \
- perl.txt hack.html changes.txt AcmeVsWily.html Tcl.html \
- pythonpaper.html winmanager.html
+ 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
# The default Wily makefile does not install any documentation. Rectify.
post-install:
strip ${PREFIX}/bin/wily
.if !defined(NOPORTDOCS)
- ${MKDIR} ${WILYDOCDIR}
+ ${MKDIR} ${WILYDOCDIR} ${WILYTUTEDIR}
set -e; for f in ${WILYDOCFILES}; do \
${INSTALL_DATA} ${WRKSRC}/Doc/$${f} ${WILYDOCDIR}/$${f}; \
done
OpenPOWER on IntegriCloud