blob: 73e7294a703f8789a8447d8e85549ac597bb0e1e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
COMMENT= Binary File Viewer, Editor, & Manipulator (and a lot more)
NO_WRKSUBDIR= Yes
MAN1= fb.1
MANCOMPRESSED= maybe
PLIST_FILES= bin/fb
MAKEFILE= ${FILESDIR}/Makefile.in
MAKE_ARGS+= PREFIX="${PREFIX}"
.include <bsd.port.mk>
|