freebsd-ports/editors/tweak/Makefile
Ed Schouten ed64898f59 Make tweak honour compiler flags CC, CFLAGS, LDFLAGS, etc.
The Makefile that gets shipped with tweak overrides the default values
of the well known make variables. Because a diff to sanitize the
Makefile would be bigger than replacing it, add a BSD Makefile to the
files/ directory.

Also remove the unneeded commented DISTNAME line from the Makefile.

Approved by:	Jille Timmermans <jille quis cx> (port maintainer)
2009-02-17 19:51:46 +00:00

22 lines
537 B
Makefile

# Ports collection makefile for: tweak
# Date created: Sun Feb 15, 2009
# Whom: Jille Timmermans (jille@quis.cx)
# $FreeBSD$
PORTNAME= tweak
PORTVERSION= 3.01
CATEGORIES= editors
MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/${PORTNAME}/
MAINTAINER= jille@quis.cx
COMMENT= An efficient hex editor
MAN1= tweak.1
MANCOMPRESSED= yes
PLIST_FILES= bin/tweak
MAKEFILE= ${FILESDIR}/Makefile.in
MAKE_ENV+= BINDIR="${LOCALBASE}/bin" MANDIR="${PREFIX}/man/man"
.include <bsd.port.mk>