freebsd-ports/lang/forth/Makefile
Steve Price 69d9b11b24 * Rearranged configure target.
PR:		15584
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-24 04:43:29 +00:00

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>