- add NEED_VERSION

- USE_AUTOCONF -> CONFIGURE_STYLE
- add @comment with RCS id to PLIST
This commit is contained in:
brad 2000-08-19 02:20:39 +00:00
parent 0c04e9c39d
commit e5e97797cc
2 changed files with 7 additions and 6 deletions

View File

@ -1,7 +1,8 @@
# $OpenBSD: Makefile,v 1.7 2000/06/07 00:52:09 espie Exp $
# $OpenBSD: Makefile,v 1.8 2000/08/19 02:20:39 brad Exp $
DISTNAME= wily-0.13.41
CATEGORIES= plan9 editors
NEED_VERSION= 1.310
MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/mhw/wily/src/ \
ftp://ftp.cs.su.oz.au/gary/wily/src/old/
EXTRACT_SUFX= .tgz
@ -14,8 +15,7 @@ PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
SEPARATE_BUILD= simple
USE_X11= Yes
USE_AUTOCONF= Yes
CONFIGURE_STYLE= autoconf
WILYDOCDIR= ${PREFIX}/share/doc/wily
WILYTUTEDIR= ${WILYDOCDIR}/tute
@ -28,9 +28,9 @@ WILYDOCFILES= index.html intro.html download.html credits.html FAQ.html \
tute/send_to_gary
do-install:
@${INSTALL_PROGRAM} ${WRKBUILD}/wily/wily ${PREFIX}/bin
@${INSTALL_DATA_DIR} ${WILYDOCDIR}
@${INSTALL_DATA_DIR} ${WILYTUTEDIR}
${INSTALL_DATA_DIR} ${WILYDOCDIR}
${INSTALL_DATA_DIR} ${WILYTUTEDIR}
${INSTALL_PROGRAM} ${WRKBUILD}/wily/wily ${PREFIX}/bin
@set -e; for f in ${WILYDOCFILES}; do \
${INSTALL_DATA} ${WRKSRC}/Doc/$$f ${WILYDOCDIR}/$$f; \
done

View File

@ -1,3 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2000/08/19 02:20:40 brad Exp $
bin/wily
share/doc/wily/index.html
share/doc/wily/intro.html