openbsd-ports/editors/dhex/Makefile

26 lines
555 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.2 2012/03/06 10:11:47 sthen Exp $
COMMENT = ncurses-based hex-editor with diff mode
V = 0.66
DISTNAME = dhex_${V}
PKGNAME = dhex-${V}
CATEGORIES = editors
MAINTAINER = Thanasoulas Spiros <dsp@2f30.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://www.dettus.net/dhex/
WANTLIB = c ncurses
MAKE_FLAGS = CC="${CC}" CFLAGS="${CFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dhex ${PREFIX}/bin/dhex
.include <bsd.port.mk>