blob: a18b3d3cf96d6e16e3a1e61fb043337146037c34 (
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
|
# New ports collection makefile for: tkdesk
# Version required: 1.0
# Date created: 30 Jul 1996
# Whom: shanee@rabbit.augusta.de
#
# $Id: Makefile,v 1.8 1998/08/07 22:33:12 asami Exp $
#
DISTNAME= tkdesk-1.0
CATEGORIES= x11-fm tk42
MASTER_SITES= http://people.mainz.netsurf.de/~bolik/tkdesk/
MAINTAINER= dmlb@ragnet.demon.co.uk
LIB_DEPENDS= tk42\\.1\\.:${PORTSDIR}/x11-toolkits/tk42
USE_GMAKE= YES
GNU_CONFIGURE= YES
MAN1= tkdesk.1 cd-tkdesk.1 ed-tkdesk.1 od-tkdesk.1
.ifndef DISPLAY
BROKEN= Requires an X Display to install
.endif
post-install:
strip ${PREFIX}/bin/tkdesksh
strip ${PREFIX}/bin/tkdeskclient
.include <bsd.port.mk>
|