mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d09a4b8691
in revision 1.31 (the commit message doesn't say) but I'm adding them back to make portlint happy.
37 lines
1009 B
Makefile
37 lines
1009 B
Makefile
# New ports collection makefile for: scotty
|
|
# Version required: 2.1.9
|
|
# Date created: 18 February 1995
|
|
# Whom: Gennady Sorokopud <gena@netvisions.net.il>
|
|
#
|
|
# $Id: Makefile,v 1.35 1999/02/03 20:19:11 billf Exp $
|
|
#
|
|
|
|
DISTNAME= scotty-2.1.9
|
|
CATEGORIES= net tk80
|
|
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
|
|
|
|
MAINTAINER= phk@freebsd.org
|
|
|
|
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-tcl-config=/usr/local/lib/tcl8.0 \
|
|
--with-tk-config=/usr/local/lib/tk8.0
|
|
|
|
|
|
WRKSRC=${WRKDIR}/${DISTNAME}/unix
|
|
MAN1= tkined.1 scotty.1
|
|
MAN8= ntping.8 straps.8
|
|
MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \
|
|
mib.n msqltcl.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \
|
|
syslog.n udp.n
|
|
PLIST_SUB= FREEBSD_VERSION=${FREEBSD_VERSION} \
|
|
SCOTTY_VERSION=2.1.9 TKINED_VERSION=1.4.9
|
|
FREEBSD_VERSION!= echo `uname -m`-`uname`-`uname -r`
|
|
|
|
pre-install:
|
|
@cd ${WRKSRC};make sinstall
|
|
@${CP} ${WRKSRC}/../tnm/ntping/ntping.8 ${WRKSRC}/../doc
|
|
|
|
.include <bsd.port.mk>
|