opnsense-ports/editors/fb/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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