diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-14 02:48:05 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-14 02:48:05 +0000 |
commit | bda7adcbd315528d024e512e4a5ca08d83f54441 (patch) | |
tree | 2f897c5d9eb31960598184066922fa93d9d2b4a2 /editors/fb | |
parent | 49351eb60191123fa29e9e2dc2fcecac11c27a2d (diff) | |
download | ports-bda7adcbd315528d024e512e4a5ca08d83f54441.tar.gz ports-bda7adcbd315528d024e512e4a5ca08d83f54441.zip |
Notes
Diffstat (limited to 'editors/fb')
-rw-r--r-- | editors/fb/Makefile | 25 | ||||
-rw-r--r-- | editors/fb/distinfo | 1 | ||||
-rw-r--r-- | editors/fb/files/Makefile.in | 8 | ||||
-rw-r--r-- | editors/fb/pkg-comment | 1 | ||||
-rw-r--r-- | editors/fb/pkg-descr | 3 | ||||
-rw-r--r-- | editors/fb/pkg-plist | 1 |
6 files changed, 39 insertions, 0 deletions
diff --git a/editors/fb/Makefile b/editors/fb/Makefile new file mode 100644 index 000000000000..83a4f67b1e4a --- /dev/null +++ b/editors/fb/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: fb +# Version required: 1.5 +# Date created: Oct 15, 1999 +# Whom: Mikhail Teterin +# +# $FreeBSD$ +# + +DISTNAME= fb +PKGNAME= fb-1.5 +CATEGORIES= editors +MASTER_SITES= http://home.MHO.net/JSwaby/ +EXTRACT_SUFX= _tar.gz + +MAINTAINER= mi@aldan.algebra.com + +NO_WRKSUBDIR= Yes + +MAN1= fb.1 +MANCOMPRESSED= maybe + +do-configure: + ${SED} 's|UL|${PREFIX}|' < ${FILESDIR}/Makefile.in > ${WRKSRC}/Makefile + +.include <bsd.port.mk> diff --git a/editors/fb/distinfo b/editors/fb/distinfo new file mode 100644 index 000000000000..a968640e2edf --- /dev/null +++ b/editors/fb/distinfo @@ -0,0 +1 @@ +MD5 (fb_tar.gz) = 9dd94106da20bc5a2929c5e95a729106 diff --git a/editors/fb/files/Makefile.in b/editors/fb/files/Makefile.in new file mode 100644 index 000000000000..31f0226ffc9b --- /dev/null +++ b/editors/fb/files/Makefile.in @@ -0,0 +1,8 @@ +PROG=fb + +CFLAGS+=-Dstrtoull=strtoul + +BINDIR=UL/bin +MANDIR=UL/man/man + +.include <bsd.prog.mk> diff --git a/editors/fb/pkg-comment b/editors/fb/pkg-comment new file mode 100644 index 000000000000..e770301bf277 --- /dev/null +++ b/editors/fb/pkg-comment @@ -0,0 +1 @@ +Binary File Viewer, Editor, & Manipulator (and a lot more) diff --git a/editors/fb/pkg-descr b/editors/fb/pkg-descr new file mode 100644 index 000000000000..ef69c735e9b1 --- /dev/null +++ b/editors/fb/pkg-descr @@ -0,0 +1,3 @@ +A binary file viewer and editor and a lot more. + +WWW: http://home.mho.net/jswaby/fb.html diff --git a/editors/fb/pkg-plist b/editors/fb/pkg-plist new file mode 100644 index 000000000000..7846ed5fde98 --- /dev/null +++ b/editors/fb/pkg-plist @@ -0,0 +1 @@ +bin/fb |