mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
20 lines
431 B
Makefile
20 lines
431 B
Makefile
# Created by: Jille Timmermans (jille@quis.cx)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tweak
|
|
PORTVERSION= 3.01
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Efficient hex editor
|
|
|
|
PLIST_FILES= bin/tweak \
|
|
man/man1/tweak.1.gz
|
|
|
|
USES= uidfix
|
|
MAKEFILE= ${FILESDIR}/Makefile.in
|
|
MAKE_ENV+= BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man"
|
|
|
|
.include <bsd.port.mk>
|