mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
db8a9b0ce6
PR: 8014 Submited by: maintainer
31 lines
667 B
Makefile
31 lines
667 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.10 1998/09/26 23:11:02 steve Exp $
|
|
#
|
|
|
|
DISTNAME= tkdesk-1.1
|
|
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>
|