blob: 7615bc3033377b6f96bf1043ba1e39ed56fc6623 (
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
|
# ex:ts=8
# New ports collection makefile for: filepp
# Date created: Feb 21, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= filepp
PORTVERSION= 1.8.0
CATEGORIES= textproc
MASTER_SITES= http://www.cabaret.demon.co.uk/filepp/
MAINTAINER= ports@FreeBSD.org
COMMENT= A generic file preprocessor
USE_PERL5= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
--mandir=${PREFIX}/man
NO_BUILD= yes
MAN1= filepp.1
.include <bsd.port.mk>
|