mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
40 lines
1007 B
Makefile
40 lines
1007 B
Makefile
# 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>
|