editors/heme: document ncurses rqmt (USES+=ncurses), respect LDFLAGS

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-01-31 14:40:55 +00:00
parent 355b183ab6
commit bcd345a414
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407644

View file

@ -11,8 +11,10 @@ COMMENT= Small and fast console hex editor for Unix-like systems
LICENSE= GPLv2
USES= ncurses
ALL_TARGET= ${PORTNAME}
MAKE_ARGS= CFLAGS="${CFLAGS} -Wall -DHAVE_MMAP" \
LDFLAGS="${LDFLAGS} -lncurses" \
INSTALL_PREFIX="${STAGEDIR}${PREFIX}"
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz