Lines 1-9
Link Here
|
1 |
# New ports collection makefile for: vigor |
1 |
# Created by: Bill Fumerola <billf@chc-chimes.com> |
2 |
# Date created: 17 Jan 2000 |
|
|
3 |
# Whom: Bill Fumerola <billf@chc-chimes.com> |
4 |
# |
5 |
# $FreeBSD: head/editors/vigor/Makefile 300896 2012-07-14 13:54:48Z beat $ |
2 |
# $FreeBSD: head/editors/vigor/Makefile 300896 2012-07-14 13:54:48Z beat $ |
6 |
# |
|
|
7 |
|
3 |
|
8 |
PORTNAME= vigor |
4 |
PORTNAME= vigor |
9 |
PORTVERSION= 0.016 |
5 |
PORTVERSION= 0.016 |
Lines 12-18
Link Here
|
12 |
MASTER_SITES= SF |
8 |
MASTER_SITES= SF |
13 |
|
9 |
|
14 |
MAINTAINER= ports@FreeBSD.org |
10 |
MAINTAINER= ports@FreeBSD.org |
15 |
COMMENT= A vi clone inspired by the userfriendly comic strip |
11 |
COMMENT= Vi clone inspired by the userfriendly comic strip |
|
|
12 |
|
13 |
LICENSE= BSD |
14 |
LICENSE_FILE= ${WRKSRC}/../LICENSE |
15 |
|
16 |
WRKSRC= ${WRKDIR}/${DISTNAME}/build |
16 |
|
17 |
|
17 |
USE_TCL= yes |
18 |
USE_TCL= yes |
18 |
USE_TCL_BUILD= yes |
19 |
USE_TCL_BUILD= yes |
Lines 20-33
Link Here
|
20 |
USE_TK_BUILD= yes |
21 |
USE_TK_BUILD= yes |
21 |
USE_XORG= x11 |
22 |
USE_XORG= x11 |
22 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
23 |
CONFIGURE_ARGS+=--program-transform-name="s,0,1," |
24 |
MAKE_JOBS_SAFE= yes |
24 |
LDFLAGS+= -L${LOCALBASE}/lib |
|
|
25 |
|
25 |
|
26 |
WRKSRC= ${WRKDIR}/${DISTNAME}/build |
26 |
CPPFLAGS+= -I${TCL_INCLUDEDIR} -I${TK_INCLUDEDIR} |
27 |
CFLAGS+= -I${LOCALBASE}/include/tcl${TCL_VER} -I${LOCALBASE}/include/tk${TK_VER} |
27 |
LDFLAGS+= -L${LOCALBASE}/lib |
28 |
|
28 |
|
29 |
post-patch: |
29 |
post-patch: |
30 |
${REINPLACE_CMD} -e 's|tcl80|tcl${TCL_VER:S/.//} -L${LOCALBASE}/lib|; \ |
30 |
${REINPLACE_CMD} -e 's|tcl80|tcl${TCL_VER:S/.//}|; \ |
31 |
s|tk80|tk${TK_VER:S/.//}|; \ |
31 |
s|tk80|tk${TK_VER:S/.//}|; \ |
32 |
s|^grantpt|XXXgrantpt|;' \ |
32 |
s|^grantpt|XXXgrantpt|;' \ |
33 |
${WRKSRC}/configure |
33 |
${WRKSRC}/configure |