1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-fm/tkdesk/Makefile

31 lines
664 B
Makefile
Raw Normal View History

# New ports collection makefile for: tkdesk
# Version required: 1.0
# Date created: 30 Jul 1996
# Whom: shanee@rabbit.augusta.de
#
# $Id: Makefile,v 1.6 1998/02/27 23:13:39 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
.ifndef DISPLAY
BROKEN= Requires an X Display to install
.endif
post-install:
strip ${PREFIX}/bin/tkdesksh
strip ${PREFIX}/bin/tkdeskclient
.include <bsd.port.mk>