mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
3e162300e9
I've ever liked even a little bit). Thanks, Andreas. Submitted by: Andreas Kohout
26 lines
619 B
Makefile
26 lines
619 B
Makefile
# New ports collection makefile for: tkdesk
|
|
# Version required: 1.0b2
|
|
# Date created: 30 Jul 1996
|
|
# Whom: shanee@rabbit.augusta.de
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= tkdesk-1.0b2
|
|
PKGNAME= tkdesk-1.0
|
|
CATEGORIES+= misc x11
|
|
MASTER_SITES= http://sun1.rrzn-user.uni-hannover.de/~zzhibol/tkdesk/
|
|
DISTFILES= tkdesk-1.0b2.tar.gz sounds.tar.gz
|
|
|
|
MAINTAINER= shanee@rabbit.augusta.de
|
|
|
|
EXTRACT_ONLY= tkdesk-1.0b2.tar.gz
|
|
|
|
LIB_DEPENDS= tcl75\\.1\\.:${PORTSDIR}/lang/tcl75 \
|
|
tk41\\.1\\.:${PORTSDIR}/x11/tk41
|
|
|
|
post-extract:
|
|
cd ${WRKDIR}/tkdesk-1.0b2/tcldesk/;tar -xzf $(DISTDIR)/sounds.tar.gz
|
|
|
|
.include <bsd.port.mk>
|