freebsd-ports/editors/wily/Makefile

45 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: wily
# Date created: 23 September 1997
# Whom: koshy
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 02:25:54 +02:00
PORTNAME= wily
PORTVERSION= 0.13.41
CATEGORIES= editors plan9
1998-09-07 04:42:09 +02:00
MASTER_SITES= ftp://ftp.northsea.com/pub/plan9_unix/wily/src/ \
ftp://ftp.cs.york.ac.uk/pub/mhw/wily/src/ \
1999-12-08 12:18:31 +01:00
ftp://ftp.cs.su.oz.au/gary/wily/src/old/
EXTRACT_SUFX= .tgz
1998-07-07 13:39:46 +02:00
MAINTAINER= jkoshy@freebsd.org
1998-11-28 10:07:24 +01:00
USE_XLIB= YES
GNU_CONFIGURE= YES
1998-10-16 05:17:47 +02:00
USE_GMAKE= YES
WILYDOCDIR= ${PREFIX}/share/doc/wily
1998-09-07 06:11:07 +02:00
WILYTUTEDIR= ${WILYDOCDIR}/tute
WILYDOCFILES= index.html intro.html download.html credits.html FAQ.html \
onepage.html user.html idioms.html C.html python.html \
1998-09-07 06:11:07 +02: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
# The default Wily makefile does not install any documentation. Rectify.
post-install:
strip ${PREFIX}/bin/wily
.if !defined(NOPORTDOCS)
1998-09-07 06:11:07 +02:00
${MKDIR} ${WILYDOCDIR} ${WILYTUTEDIR}
set -e; for f in ${WILYDOCFILES}; do \
${INSTALL_DATA} ${WRKSRC}/Doc/$${f} ${WILYDOCDIR}/$${f}; \
done
.endif
.include <bsd.port.mk>