1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/editors/tweak/Makefile
Fernando Apesteguía 6ea21b26b1 Give editors/tweak maintainership to pzn.unixbsd@gmail.com
PR:	227722
Reported by:	pzn.unixbsd@gmail.com
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D15216
2018-04-27 20:52:59 +00:00

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>