summaryrefslogtreecommitdiff
path: root/editors/tweak/Makefile
blob: cd36a05574b4e14ecff6f503486118a004b5bea5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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>