1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/editors/fb/Makefile
2014-02-02 16:00:44 +00:00

22 lines
433 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)
NO_WRKSUBDIR= Yes
PLIST_FILES= bin/fb \
man/man1/fb.1.gz
MAKEFILE= ${FILESDIR}/Makefile.in
MAKE_ARGS+= PREFIX="${PREFIX}"
.include <bsd.port.mk>