freebsd-ports/editors/fb/Makefile
2000-04-14 00:25:54 +00:00

26 lines
453 B
Makefile

# 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>