aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pfe-devel/Makefile
blob: 3ddbc67f0cf3cca7bb37c51de22db25482360d80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    pfe-devel
# Date created:         29 October 2000
# Whom:                 patrick
#
# $FreeBSD$
#

PORTNAME=   pfe
PORTVERSION=    0.32.94
PORTREVISION=   1
CATEGORIES= lang
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Implementation of ANSI Forth

LATEST_LINK=    pfe-devel

USE_AUTOTOOLS=  libtool:15
USE_PERL5_BUILD=yes
USE_GNOME=  gnometarget lthack
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
LIBTOOLFILES=   pfe/configure
CONFIGURE_ARGS= --mandir=${PREFIX}/man

MAN1=       pfe.1 pfe-config.1

.include <bsd.port.mk>