summaryrefslogtreecommitdiff
path: root/x11-toolkits/tkstep80/Makefile
blob: ee9f2ef23a8a1f146bbc162903ed859c9e6b5f07 (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:	TkStep
# Date created:		06 November 1997
# Whom:			Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	tkstep
PORTVERSION=	8.0.4
CATEGORIES=	x11-toolkits tk80
MASTER_SITES=	ftp://ftp.scriptics.com/pub/tcl/tcl8_0/
DISTNAME=	tk${PORTVERSION}

PATCH_SITES= 	ftp://touchwood.ee.uts.edu.au/pub/TkSTEP/
PATCHFILES=	tk8.0.4-to-tkstep8.0.4-2.patch.tar.gz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	The Tk toolkit with a NeXTSTEP look and more

LIB_DEPENDS=	tcl80.1:${PORTSDIR}/lang/tcl80 \
		jpeg.9:${PORTSDIR}/graphics/jpeg \
		tiff.4:${PORTSDIR}/graphics/tiff
FILE_DEPENDS=	${PORTSDIR}/x11-toolkits/tk80

USE_XPM=	yes
PATCH_DIST_ARGS=	-p1 -d ${WRKDIR}/tk8.0.4 -E --quiet
WRKSRC=		${WRKDIR}/tk8.0.4/unix
INSTALLS_SHLIB=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS= --enable-shared --enable-xpm --enable-step --enable-dnd \
		 --enable-tiff --with-optimize="${CFLAGS} -I${PREFIX}/include"
CONFIGURE_ENV=  PORTSDIR=${PORTSDIR}
PKGINSTALL=	${PORTSDIR}/x11-toolkits/tk82/pkg-install.wish
PKGDEINSTALL=	${PORTSDIR}/x11-toolkits/tk82/pkg-deinstall.wish

post-install:
	@${RM} ${PREFIX}/lib/tkstep8.0/demos/*.orig
	strip ${PREFIX}/bin/wishstep8.0
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/doc/tkstep
	${INSTALL_DATA}	${WRKDIR}/tk8.0.4/README.TkStep \
		${PREFIX}/share/doc/tkstep
.endif
	${LN} -sf ${PREFIX}/lib/libtkstep80.so.1  ${PREFIX}/lib/libtkstep80.so
.if exists(${PKGINSTALL})
	${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL}
.endif

test:
	cd ${WRKSRC}; make test

.include <bsd.port.mk>