1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/lang/forth/Makefile

26 lines
570 B
Makefile
Raw Normal View History

1995-04-15 05:44:50 +00:00
# New ports collection makefile for: pfe
# Version required: 0.9.14
1995-04-15 05:44:50 +00:00
# Date created: 23 November 1994
# Whom: mr
#
1999-08-25 06:35:40 +00:00
# $FreeBSD$
1995-04-15 05:44:50 +00:00
#
DISTNAME= pfe-0.9.14
CATEGORIES= lang
MASTER_SITES= ftp://ftp.taygeta.com/pub/Forth/Compilers/native/unix/
1996-11-17 06:12:51 +00:00
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}/src
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= config.sh
CONFIGURE_ARGS= ${OPSYS}
1996-11-17 06:12:51 +00:00
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>