2000-01-18 03:29:22 +01:00
|
|
|
# New ports collection makefile for: vigor
|
|
|
|
# Date created: 17 Jan 2000
|
|
|
|
# Whom: Bill Fumerola <billf@chc-chimes.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-14 02:25:54 +02:00
|
|
|
PORTNAME= vigor
|
2000-07-04 02:02:49 +02:00
|
|
|
PORTVERSION= 0.016
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
2007-03-20 19:47:57 +01:00
|
|
|
CATEGORIES= editors tk84 tcl84
|
2002-08-08 07:37:52 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2006-11-27 23:03:27 +01:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-01-18 03:29:22 +01:00
|
|
|
|
2007-03-20 19:47:57 +01:00
|
|
|
MAINTAINER= carpetsmoker@xs4all.nl
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A vi clone inspired by the userfriendly comic strip
|
2000-01-18 03:29:22 +01:00
|
|
|
|
2007-03-20 19:47:57 +01:00
|
|
|
USE_TCL= yes
|
|
|
|
USE_TCL_BUILD= yes
|
|
|
|
USE_TK= yes
|
|
|
|
USE_TK_BUILD= yes
|
|
|
|
USE_XLIB= yes
|
2000-01-18 03:29:22 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+=--program-transform-name="s,0,1,"
|
2000-02-11 20:01:34 +01:00
|
|
|
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
2000-01-18 03:29:22 +01:00
|
|
|
|
2007-03-20 19:47:57 +01:00
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/build
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include/tcl${TCL_VER} -I${LOCALBASE}/include/tk${TK_VER}
|
2000-01-18 03:29:22 +01:00
|
|
|
|
|
|
|
post-patch:
|
2007-03-20 19:47:57 +01:00
|
|
|
${REINPLACE_CMD} -e 's|tcl80|tcl${TCL_VER:S/.//} -L${LOCALBASE}/lib|; \
|
|
|
|
s|tk80|tk${TK_VER:S/.//}|; \
|
|
|
|
s|^grantpt|XXXgrantpt|;' \
|
|
|
|
${WRKSRC}/configure
|
2000-01-18 03:29:22 +01:00
|
|
|
|
2004-04-08 08:53:38 +02:00
|
|
|
.include <bsd.port.mk>
|