2000-04-09 13:35:57 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2000/04/09 17:37:49 espie Exp $
|
1998-05-16 23:01:58 -04:00
|
|
|
|
1999-05-11 17:21:59 -04:00
|
|
|
DISTNAME= wily-0.13.41
|
1998-05-16 23:01:58 -04:00
|
|
|
CATEGORIES= plan9 editors
|
2000-04-09 13:35:57 -04:00
|
|
|
FAKE=No
|
1999-12-08 18:51:57 -05:00
|
|
|
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
|
|
|
|
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
|
2000-03-22 22:49:58 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
1999-12-08 18:51:57 -05:00
|
|
|
SEPARATE_BUILD= simple
|
1999-05-11 17:21:59 -04:00
|
|
|
USE_X11= yes
|
|
|
|
USE_AUTOCONF= yes
|
1998-05-16 23:01:58 -04:00
|
|
|
|
|
|
|
WILYDOCDIR= ${PREFIX}/share/doc/wily
|
1999-05-11 17:21:59 -04:00
|
|
|
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 \
|
1999-12-08 18:51:57 -05: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 \
|
1999-05-11 17:21:59 -04:00
|
|
|
tute/send_to_gary
|
1998-05-16 23:01:58 -04:00
|
|
|
|
|
|
|
post-install:
|
1999-12-08 18:51:57 -05:00
|
|
|
@mkdir -p ${WILYDOCDIR}
|
|
|
|
@mkdir -p ${WILYTUTEDIR}
|
|
|
|
@strip ${PREFIX}/bin/wily
|
|
|
|
@set -e; for f in ${WILYDOCFILES}; do \
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/Doc/$${f} ${WILYDOCDIR}/$${f}; \
|
1998-05-16 23:01:58 -04:00
|
|
|
done
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|