freebsd-ports/editors/fb/Makefile
2015-10-24 01:14:41 +00:00

23 lines
471 B
Makefile

# Created by: 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
COMMENT= Binary file viewer, editor, and manipulator (and a lot more)
BROKEN= Does not fetch
NO_WRKSUBDIR= Yes
PLIST_FILES= bin/fb \
man/man1/fb.1.gz
USES= uidfix
MAKEFILE= ${FILESDIR}/Makefile.in
MAKE_ARGS+= PREFIX="${PREFIX}"
.include <bsd.port.mk>