openbsd-ports/plan9/wily/Makefile

41 lines
1.2 KiB
Makefile
Raw Normal View History

2001-05-11 06:03:39 -04:00
# $OpenBSD: Makefile,v 1.11 2001/05/11 10:03:39 camield Exp $
2001-05-11 06:03:39 -04:00
COMMENT= "clone of the Plan9 editor 'acme'"
1998-05-16 23:01:58 -04:00
DISTNAME= wily-0.13.41
1998-05-16 23:01:58 -04:00
CATEGORIES= plan9 editors
NEED_VERSION= 1.402
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/mhw/wily/src/ \
ftp://ftp.cs.su.oz.au/gary/wily/src/old/
1998-05-16 23:01:58 -04:00
EXTRACT_SUFX= .tgz
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
1998-05-16 23:01:58 -04:00
2000-03-22 22:49:58 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= simple
CONFIGURE_STYLE= autoconf
1998-05-16 23:01:58 -04:00
WILYDOCDIR= ${PREFIX}/share/doc/wily
WILYTUTEDIR= ${WILYDOCDIR}/tute
WILYDOCFILES= index.html intro.html download.html credits.html FAQ.html \
1998-05-16 23:01:58 -04:00
onepage.html user.html idioms.html C.html python.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
1998-05-16 23:01:58 -04:00
2000-06-06 20:52:07 -04:00
do-install:
${INSTALL_DATA_DIR} ${WILYDOCDIR}
${INSTALL_DATA_DIR} ${WILYTUTEDIR}
${INSTALL_PROGRAM} ${WRKBUILD}/wily/wily ${PREFIX}/bin
@set -e; for f in ${WILYDOCFILES}; do \
2000-06-06 20:52:07 -04:00
${INSTALL_DATA} ${WRKSRC}/Doc/$$f ${WILYDOCDIR}/$$f; \
1998-05-16 23:01:58 -04:00
done
.include <bsd.port.mk>