freebsd-ports/editors/jove/Makefile
John Marino d831a1f6a5 editors/joe: USES+= ncurses, respect LFLAGS
Also link to libncurses, not termcap
2016-02-05 18:36:03 +00:00

19 lines
354 B
Makefile

# Created by: jkh
# $FreeBSD$
PORTNAME= jove
PORTVERSION= 4.16
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/moraes/jove/ \
LOCAL/simon
MAINTAINER= ports@FreeBSD.org
COMMENT= Jonathan's Own Version of Emacs
USES= ncurses
MAKE_ARGS= LIBS="${LDFLAGS} -lncurses"
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>