d8206fb7ac
Approved by: portmgr (blanket)
20 lines
411 B
Makefile
20 lines
411 B
Makefile
PORTNAME= tweak
|
|
PORTVERSION= 3.02
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/
|
|
|
|
MAINTAINER= pzn.unixbsd@gmail.com
|
|
COMMENT= Efficient hex editor
|
|
WWW= https://www.chiark.greenend.org.uk/~sgtatham/tweak/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
USES= gmake ncurses
|
|
|
|
PLIST_FILES= bin/tweak \
|
|
share/man/man1/tweak.1.gz
|
|
|
|
.include <bsd.port.mk>
|