summaryrefslogtreecommitdiff
path: root/x11-toolkits/tktable/Makefile
blob: 04c5d591e4ca2dfd4d51ccdce9db1f124bd78887 (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
41
42
43
44
45
46
47
48
49
50
51
52
# New ports collection makefile for:  tktable
# Date created:         25 Jun 2003
# Whom:                 thierry@pompo.net
#
# $FreeBSD$
#

PORTNAME=	tktable
PORTVERSION=	2.8
PORTREVISION=	1
CATEGORIES=	x11-toolkits tk84
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	${PORTNAME:S/tk/Tk/}${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	A table/matrix widget extension to tk/tcl

LIB_DEPENDS=	tk84.1:${PORTSDIR}/x11-toolkits/tk84

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX} \
		--with-tcl=${LOCALBASE}/lib/tcl${TK_VER} \
		--with-tk=${LOCALBASE}/lib/tk${TK_VER} \
		--with-tclinclude=${LOCALBASE}/include/tcl${TK_VER} \
		--with-tkinclude=${LOCALBASE}/include/tk${TK_VER} \
		--with-x=${X11BASE}
USE_REINPLACE=	yes

TK_VER=		8.4
PLIST_SUB=	DESTDIR=lib/${DISTNAME}

post-patch:
.if defined(NOPORTDOCS)
	@${REINPLACE_CMD} -e "s:install-libraries install-doc:install-libraries:" \
		${WRKSRC}/Makefile.in
.else
	@${REINPLACE_CMD} -e "s:%%DOCSDIR%%:${DOCSDIR}:g" ${WRKSRC}/Makefile.in
.endif

post-install:
.if !defined(NOPORTDOCS)
	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif

.if defined(MAINTAINER_MODE)
test: build
	(cd ${WRKSRC};  \
	${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test)
.endif

.include <bsd.port.mk>