freebsd-ports/lang/forth/Makefile

26 lines
552 B
Makefile
Raw Normal View History

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