summaryrefslogtreecommitdiff
path: root/net/scotty3/Makefile
blob: 2925f5df1b48159e254f8eac8bd188d1a4351d0d (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
# New ports collection makefile for:	scotty
# Version required:	2.0.2
# Date created:		18 Februar 1995
# Whom:			Gennady Sorokopud <gena@netvision.net.il>
#
# $Id: Makefile,v 1.9 1996/06/07 06:30:03 gpalmer Exp $
#

DISTNAME=	scotty-2.0.2
CATEGORIES+=	net
MASTER_SITES=	ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/

LIB_DEPENDS=	tk40\\.1\\.:${PORTSDIR}/x11/tk4 \
		tcl74\\.1\\.:${PORTSDIR}/lang/tcl74
EXEC_DEPENDS=	wishx:${PORTSDIR}/lang/tclX74

HAS_CONFIGURE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-x --prefix=${PREFIX}

pre-configure:
	@find ${WRKSRC} -name Makefile.in -exec ${SCRIPTDIR}/untrue \{} \;

pre-install:
	@cd ${WRKSRC};make sinstall

post-install:
.if !defined(NOMANCOMPRESS)
	gzip -9nf ${PREFIX}/man/man1/scotty.1
	gzip -9nf ${PREFIX}/man/man1/scwish.1
	gzip -9nf ${PREFIX}/man/man8/ntping.8
	gzip -9nf ${PREFIX}/man/man8/straps.8
	gzip -9nf ${PREFIX}/man/mann/msqltcl.n
	gzip -9nf ${PREFIX}/man/mann/cmiptcl.n
	gzip -9nf ${PREFIX}/man/mann/gdmotcl.n
.endif


.include <bsd.port.mk>