freebsd-ports/lang/forth/Makefile
Steve Price 3a839f4932 Update to version 0.29.1.
PR:		19677
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-07 19:38:32 +00:00

33 lines
643 B
Makefile

# New ports collection makefile for: pfe
# Date created: 23 November 1994
# Whom: mr
#
# $FreeBSD$
#
PORTNAME= pfe
PORTVERSION= 0.29.1
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}/src
USE_BZIP2= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --disable-float
MAN1= pfe.1
post-install:
${INSTALL_MAN} ${WRKSRC}/../doc/pfe.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/pfe
${INSTALL_DATA} ${WRKSRC}/../doc/*.html ${PREFIX}/share/doc/pfe
.endif
.include <bsd.port.mk>