freebsd-ports/x11-fm/tkdesk/Makefile
Steve Price 1b22cf61fe Update to the new released version and revert to using tcl7.6/tk4.2
because this port will not work with anything newer at present.

PR:		5282
Reviewed by:	maintainer
1998-02-27 23:15:17 +00:00

26 lines
598 B
Makefile

# New ports collection makefile for: tkdesk
# Version required: 1.0
# Date created: 30 Jul 1996
# Whom: shanee@rabbit.augusta.de
#
# $Id: Makefile,v 1.5 1998/02/21 23:16:55 steve Exp $
#
DISTNAME= tkdesk-1.0
CATEGORIES= misc x11 tk42
MASTER_SITES= http://people.mainz.netsurf.de/~bolik/tkdesk/
MAINTAINER= dmlb@ragnet.demon.co.uk
LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11/tk42
USE_GMAKE= YES
GNU_CONFIGURE= YES
MAN1= tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1
post-install:
strip ${PREFIX}/bin/tkdesksh
strip ${PREFIX}/bin/tkdeskclient
.include <bsd.port.mk>