head	1.6;
access;
symbols
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2010.09.07.13.57.06;	author garga;	state dead;
branches;
next	1.5;

1.5
date	2010.06.06.17.00.56;	author bms;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.22.00.24.31;	author amdmi3;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.12.15.53.47;	author bms;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.04.05.21.34;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2003.12.08.19.00.36;	author bms;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Rename lang/ficl-devel to lang/ficl, doesn't make sense to have a -devel port
when we don't have a stable one, and since it's using a stable version
@
text
@# New ports collection makefile for:	ficl
# Date created:		23 August 2002
# Whom:			Bruce M Simpson
#
# $FreeBSD: ports/lang/ficl-devel/Makefile,v 1.5 2010/06/06 17:00:56 bms Exp $
#

PORTNAME=	ficl
PORTVERSION=	4.0.31
PORTREVISION=	1
CATEGORIES=	lang devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-all/${PORTNAME}${PORTVERSION}
DISTNAME=	${PORTNAME}${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Forth Inspired Command Language

NO_WRKSUBDIR=	defined
NOMAN=		defined

ONLY_FOR_ARCHS=	i386

USE_GMAKE=	yes

ALL_TARGET=	everything

DOCS=	releases.html parsesteps.html oop.html locals.html links.html \
	license.html index.html api.html ficl.html favicon.ico dpans.html \
	debugger.html upgrading.html

DOCS_ARTICLES=	sigplan9906.doc oo_in_c.html jwsforml.pdf ficlddj.pdf
DOCS_GRAPHICS=	sourceforge.jpg ficl_top.jpg ficl_oop.jpg ficl.4.96.jpg \
		ficl.4.64.jpg ficl.4.128.jpg 4ring.gif
DOCS_SOURCE=	upgrading.ht releases.ht parsesteps.ht oop.ht locals.ht \
		links.ht license.ht index.ht generate.py ficl.ht dpans.ht \
		debugger.ht api.ht

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ficl ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/libficl.so.4 ${PREFIX}/lib
	${INSTALL_DATA} ${WRKSRC}/libficl.a ${PREFIX}/lib
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${MKDIR} ${DOCSDIR}/source ${DOCSDIR}/articles ${DOCSDIR}/graphics
.for doc in ${DOCS}
	${INSTALL_MAN} ${WRKSRC}/doc/${doc} ${DOCSDIR}
.endfor
.for doc in ${DOCS_ARTICLES}
	${INSTALL_MAN} ${WRKSRC}/doc/articles/${doc} ${DOCSDIR}/articles
.endfor
.for doc in ${DOCS_GRAPHICS}
	${INSTALL_MAN} ${WRKSRC}/doc/graphics/${doc} ${DOCSDIR}/graphics
.endfor
.for doc in ${DOCS_SOURCE}
	${INSTALL_MAN} ${WRKSRC}/doc/source/${doc} ${DOCSDIR}/source
.endfor
.endif

.include <bsd.port.mk>
@


1.5
log
@Drop maintainership for these ports.

Regrettably, I have no free time for the foreseeable future which
I can commit directly to these aspects of FreeBSD work, due to
a demanding new role elsewhere.

I am able to review patches from time to time, but regrettably cannot
be directly involved in engineering work beyond this w/o it being
directly involved in day-to-day effort.

Thank you for your understanding.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
@
text
@d15 1
a15 1
MAINTAINER=	bms@@FreeBSD.org
@


1.3
log
@Update my email address in MAINTAINER and comment fields.
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=     ${PORTNAME}
@


1.2
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d16 1
a16 1
MAINTAINER=	bms@@spc.org
@


1.1
log
@New port: Ficl is a programming language interpreter designed to be
embedded into other systems as a command, macro, and development prototyping
language.

FreeBSD uses ficl in its loader. So far we haven't done much more in
this area, perhaps importing a port will encourage further fruitful
exploitation of this valuable tool.
@
text
@d10 1
@

