1b22cf61fe
because this port will not work with anything newer at present. PR: 5282 Reviewed by: maintainer
27 lines
598 B
Makefile
27 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>
|