summaryrefslogtreecommitdiff
path: root/editors/vigor/Makefile
blob: dbd3e48649e2d55fd988ddc891dc4ef186547d49 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# New ports collection makefile for:   vigor
# Date created:        17 Jan 2000
# Whom:                Bill Fumerola <billf@chc-chimes.com>
#
# $FreeBSD$
#

PORTNAME=	vigor
PORTVERSION=	0.016
CATEGORIES=	editors tk82 tcl82
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER=	billf@FreeBSD.org
COMMENT=	A vi clone inspired by the userfriendly comic strip

LIB_DEPENDS=	tk82.1:${PORTSDIR}/x11-toolkits/tk82 \
		tcl82.1:${PORTSDIR}/lang/tcl82

GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=--program-transform-name="s,0,1,"
CONFIGURE_ENV+=	LDFLAGS="-L${LOCALBASE}/lib"

WRKSRC=	${WRKDIR}/${DISTNAME}/build
CFLAGS+= 	-I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/tk8.2

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 500113
BROKEN=         "Does not compile"
.endif

# Uglyness. So is "-ltcl -ltk -ltcl", so I don't feel bad.
post-patch:
	@${CP} ${WRKSRC}/configure ${WRKSRC}/configure.orig
	@${SED}	-e 's#-ltcl#-ltcl82 -L${LOCALBASE}/lib#g' \
		-e 's#-ltk#-ltk82#g' \
	< ${WRKSRC}/configure.orig > ${WRKSRC}/configure

.include <bsd.port.post.mk>