freebsd-ports/editors/fb/Makefile
Mikhail Teterin 301d6ee687 Don't bother with copying the modified Makefile into WRKSRC. Just
use MAKEFILE=${FILESDIR}/Makefile.in directly.
2001-03-11 23:01:08 +00:00

25 lines
429 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
MAKEFILE= ${FILESDIR}/Makefile.in
MAKE_ARGS+= PREFIX="${PREFIX}"
.include <bsd.port.mk>