1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/editors/hexcurse/Makefile
Kirill Ponomarev 8e2f71324d - Update to version 1.55
PR:		60561
Submitted by:	Ports Fury
2003-12-25 17:57:00 +00:00

23 lines
427 B
Makefile

# ex:ts=8
# New ports collection makefile for: hexcurse
# Date created: Jun 3, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= hexcurse
PORTVERSION= 1.55
CATEGORIES= editors
MASTER_SITES= http://jewfish.net/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= A versatile ncurses-based hex editor
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= hexcurse.1
.include <bsd.port.mk>