freebsd-ports/editors/bitedit/Makefile
Christian Weisgerber 1378d02ec0 Import bitedit 0.9.2.
bitedit is a simple ncurses program for editing a file. It allows
you to directly edit of the individual bits of a binary file in a
graphical fashion. It is useful for editing all sorts of binary files.

PR:		40732
Submitted by:	Michael L.Hostbaek <mich@freebsdcluster.org>
2002-07-30 13:17:04 +00:00

26 lines
600 B
Makefile

# ex:ts=8
# Ports collection makefile for: bitedit
# Date created: Tue Jul 18, 2002
# Whom: Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
PORTNAME= bitedit
PORTVERSION= 0.9.2
CATEGORIES= editors
MASTER_SITES= http://ledge.co.za/software/bitedit/
MAINTAINER= mich@freebsdcluster.org
MAKE_ARGS= CFLAGS="${CFLAGS} -DDISABLE_SETFONT"
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bitedit ${PREFIX}/bin/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/bitedit.txt ${DOCSDIR}/bitedit.txt
.endif
.include <bsd.port.mk>