19 lines
379 B
Makefile
19 lines
379 B
Makefile
# Created by: Jille Timmermans (jille@quis.cx)
|
|
|
|
PORTNAME= tweak
|
|
PORTVERSION= 3.02
|
|
CATEGORIES= editors
|
|
MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/
|
|
|
|
MAINTAINER= pzn.unixbsd@gmail.com
|
|
COMMENT= Efficient hex editor
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENCE
|
|
|
|
USES= gmake ncurses
|
|
|
|
PLIST_FILES= bin/tweak \
|
|
man/man1/tweak.1.gz
|
|
|
|
.include <bsd.port.mk>
|