1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/editors/vigor/Makefile
Pietro Cerutti dd58bbbd8b - Convert to USES+=tk
- STAGE-clean
2013-11-05 16:14:47 +00:00

33 lines
686 B
Makefile

# Created by: Bill Fumerola <billf@chc-chimes.com>
# $FreeBSD$
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= BSD
LICENSE_FILE= ${WRKSRC}/../LICENSE
WRKSRC= ${WRKDIR}/${DISTNAME}/build
USES+= tk
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|tk80|tk${TK_SHLIB_VER}|; \
s|^grantpt|XXXgrantpt|;' \
${WRKSRC}/configure
.include <bsd.port.mk>