1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/lang/forth/Makefile
2000-04-12 06:21:15 +00:00

26 lines
552 B
Makefile

# New ports collection makefile for: pfe
# Date created: 23 November 1994
# Whom: mr
#
# $FreeBSD$
#
PORTNAME= pfe
PORTVERSION= 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>