mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
69d9b11b24
PR: 15584 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
26 lines
570 B
Makefile
26 lines
570 B
Makefile
# New ports collection makefile for: pfe
|
|
# Version required: 0.9.14
|
|
# Date created: 23 November 1994
|
|
# Whom: mr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= pfe-0.9.14
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://ftp.taygeta.com/pub/Forth/Compilers/native/unix/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_SCRIPT= config.sh
|
|
CONFIGURE_ARGS= ${OPSYS}
|
|
MAN1= pfe.1
|
|
|
|
post-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pfe ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/../doc/pfe.1 ${PREFIX}/man/man1/pfe.1
|
|
|
|
.include <bsd.port.mk>
|