summaryrefslogtreecommitdiffstats
path: root/mbone/nte/Makefile
blob: ed84650c407a907cac78781c50b33a3b21280219 (plain)
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
# New ports collection makefile for:	nte
# Version required:			1.5a23
# Date created:				5 September 1996
# Whom:	      Bill Fenner <fenner@FreeBSD.ORG>
#
#   $Id: Makefile,v 1.4 1996/12/16 16:50:53 fenner Exp $
#

DISTNAME=	nt.1.5a23
PKGNAME=	nte-1.5a23
CATEGORIES=	mbone
MASTER_SITES=	ftp://cs.ucl.ac.uk/mice/nte/

MAINTAINER=	fenner@FreeBSD.org

TK_DIR=         ${PORTSDIR}/x11/tk41
TK_SRC=		${TK_DIR}/work/tk4.1

DEPENDS=	${TK_DIR}
LIB_DEPENDS=	tk41\\.1:${TK_DIR}

RESTRICTED=	"Contains DES encryption"
NO_WRKSUBDIR=	yes
USE_GMAKE=	yes
USE_X11=	yes
# Pass this on to our child
MAKE_ENV=	TK_SRC=${TK_SRC}

.include <bsd.port.mk>

#DISGUSTING HACK ALERT
#Although nte includes an hsearch.c for those who don't have it in
# libc, there's no way to get the default Makefile to build it.
# So we build it here.
#This is below the .include <bsd.port.mk> since variable names in
# targets or dependencies are evaluated when they are read so
# bsd.port.mk must have defined ${WRKSRC} already.
pre-build:	${WRKSRC}/freebsd/hsearch.o

${WRKSRC}/freebsd/hsearch.o:	${WRKSRC}/src/hsearch.c
		${CC} -I${WRKSRC}/src ${CFLAGS} -c -o $@ ${WRKSRC}/src/hsearch.c
OpenPOWER on IntegriCloud