mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to version 0.9.14.
PR: 14020 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
This commit is contained in:
parent
8231c48269
commit
40e15bcd90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22337
@ -1,23 +1,25 @@
|
|||||||
# New ports collection makefile for: pfe
|
# New ports collection makefile for: pfe
|
||||||
# Version required: 0.9.9
|
# Version required: 0.9.14
|
||||||
# Date created: 23 November 1994
|
# Date created: 23 November 1994
|
||||||
# Whom: mr
|
# Whom: mr
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
DISTNAME= pfe-0.9.9
|
DISTNAME= pfe-0.9.14
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= ftp://sunsite.unc.edu/pub/multimedia/.languages/forth/ \
|
MASTER_SITES= ftp://ftp.taygeta.com/pub/Forth/Compilers/native/unix/
|
||||||
ftp://ftp.lysator.liu.se/pub/languages/forth/ \
|
|
||||||
ftp://ftp.uni-potsdam.de/pub/lang/forth/
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
||||||
MAN1= pfe.1
|
MAN1= pfe.1
|
||||||
WRKSRC= ${WRKDIR}/pfe099
|
|
||||||
|
|
||||||
pre-install:
|
do-configure:
|
||||||
@${CP} ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1
|
(cd ${WRKSRC}; ${SH} ./config.sh FreeBSD)
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/pfe ${PREFIX}/bin
|
||||||
|
${INSTALL_MAN} ${WRKSRC}/../doc/pfe.1 ${PREFIX}/man/man1/pfe.1
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -1 +1 @@
|
|||||||
MD5 (pfe-0.9.9.tar.gz) = 465f7c5628e4aa250e7310911867a372
|
MD5 (pfe-0.9.14.tar.gz) = cda67e5547f69e8a7ae572475a95acfe
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
bin/pfe
|
bin/pfe
|
||||||
lib/pfe/help/showhelp
|
share/pfe/help/dpans.hlp
|
||||||
lib/pfe/help/helpidx
|
share/pfe/help/forth-83.hlp
|
||||||
lib/pfe/help/floating.hlp
|
share/pfe/help/helpidx
|
||||||
lib/pfe/help/forth-83.hlp
|
share/pfe/help/index
|
||||||
lib/pfe/help/index
|
share/pfe/help/misc.hlp
|
||||||
lib/pfe/help/misc.hlp
|
share/pfe/help/showhelp
|
||||||
|
Loading…
Reference in New Issue
Block a user