aboutsummaryrefslogtreecommitdiffstats
path: root/editors/fb/Makefile
blob: c2d3313c1f9ad35c843ced6ba33b04e3922719b9 (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
# New ports collection makefile for:    fb
# Date created:             Oct 15, 1999
# Whom:                 Mikhail Teterin
#
# $FreeBSD$
#

PORTNAME=   fb
PORTVERSION=    1.5
CATEGORIES= editors
MASTER_SITES=   http://home.MHO.net/JSwaby/
DISTNAME=   ${PORTNAME}
EXTRACT_SUFX=   _tar.gz

MAINTAINER= mi@aldan.algebra.com

NO_WRKSUBDIR=   Yes

MAN1=       fb.1
MANCOMPRESSED=  maybe

do-configure:
    ${SED} 's|UL|${PREFIX}|' < ${FILESDIR}/Makefile.in > ${WRKSRC}/Makefile

.include <bsd.port.mk>