opnsense-ports/editors/tweak/Makefile
Franco Fichtner 825f355b00 */*: sync with upstream
Taken from: FreeBSD
2016-03-29 10:25:39 +02:00

19 lines
439 B
Makefile

# Created by: Jille Timmermans (jille@quis.cx)
# $FreeBSD$
PORTNAME= tweak
PORTVERSION= 3.02
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= ncurses uidfix
MAKEFILE= ${FILESDIR}/Makefile.in
MAKE_ENV+= BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man"
.include <bsd.port.mk>