diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-14 02:48:05 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-14 02:48:05 +0000 |
commit | aebab7c3000d45552b9d74eaa1bfe3de9d2b08c7 (patch) | |
tree | 00d9ef1406e9a3dbfb9e74282130d169be17b323 /editors/fb/Makefile | |
parent | 7ac1c81e4a76b8ea274ea6cb466035f966f28d82 (diff) | |
download | FreeBSD-ports-aebab7c3000d45552b9d74eaa1bfe3de9d2b08c7.zip FreeBSD-ports-aebab7c3000d45552b9d74eaa1bfe3de9d2b08c7.tar.gz |
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 0000000..83a4f67 --- /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> |