openbsd-ports/editors/dhex/Makefile
sthen cc0bfeb9df update to dhex 0.66 and change maintainer email
From Thanasoulas Spiros (maintainer)
2012-03-06 10:11:47 +00:00

26 lines
555 B
Makefile

# $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>