1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/lang/pfe/Makefile
Marcus Alves Grando 83846e6806 Take maintainership
PR:		87285
Submitted by:	Andrew Pogrebennyk <andrew.nau.ua@gmail.com>
2005-10-11 21:19:04 +00:00

30 lines
587 B
Makefile

# New ports collection makefile for: pfe-devel
# Date created: 29 October 2000
# Whom: patrick
#
# $FreeBSD$
#
PORTNAME= pfe
PORTVERSION= 0.32.94
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= andrew.nau.ua@gmail.com
COMMENT= Implementation of ANSI Forth
LATEST_LINK= pfe-devel
USE_PERL5_BUILD=yes
USE_GNOME= gnometarget lthack
USE_GMAKE= yes
USE_LIBTOOL_VER=15
LIBTOOLFILES= pfe/configure
LIBTOOLFLAGS= # none
CONFIGURE_ARGS= --mandir=${PREFIX}/man
MAN1= pfe.1 pfe-config.1
.include <bsd.port.mk>