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/Makefile | |
parent | Update to version 1.2.50. (diff) |
A binary file editor and viewer.
PR: 14358
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'editors/fb/Makefile')
-rw-r--r-- | editors/fb/Makefile | 25 |
1 files changed, 25 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> |