mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
6ea21b26b1
PR: 227722 Reported by: pzn.unixbsd@gmail.com Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15216
21 lines
391 B
Makefile
21 lines
391 B
Makefile
# Created by: Jille Timmermans (jille@quis.cx)
|
|
# $FreeBSD$
|
|
|
|
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>
|