2001-02-21 07:05:31 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: filepp
|
|
|
|
# Date created: Feb 21, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= filepp
|
2007-05-27 11:48:34 +02:00
|
|
|
PORTVERSION= 1.8.0
|
2001-02-21 07:05:31 +01:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= http://www.cabaret.demon.co.uk/filepp/
|
|
|
|
|
2001-06-09 18:37:14 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A generic file preprocessor
|
2001-02-21 07:05:31 +01:00
|
|
|
|
2011-08-02 19:04:00 +02:00
|
|
|
DEPRECATED= No more public distfiles
|
|
|
|
EXPIRATION_DATE= 2011-09-01
|
|
|
|
|
2001-02-21 07:05:31 +01:00
|
|
|
USE_PERL5= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
MAN1= filepp.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|