1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/editors/vigor/Makefile
2021-04-06 16:31:07 +02:00

33 lines
720 B
Makefile

# Created by: Bill Fumerola <billf@chc-chimes.com>
PORTNAME= vigor
PORTVERSION= 0.016
PORTREVISION= 4
CATEGORIES= editors tcl tk
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Vi clone inspired by the userfriendly comic strip
LICENSE= BSD4CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
WRKSRC= ${WRKDIR}/${DISTNAME}/build
USES= ncurses tk xorg
USE_XORG= x11
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--exec-prefix=${STAGEDIR}${PREFIX}
CPPFLAGS+= -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR}
LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
${REINPLACE_CMD} -e 's|tcl80|tcl${TCL_SHLIB_VER}|; \
s|-lcurses|-lncurses|; \
s|tk80|tk${TK_SHLIB_VER}|; \
s|^grantpt|XXXgrantpt|;' \
${WRKSRC}/configure
.include <bsd.port.mk>