blob: b8f9b3f094d998effed3370d267e04813dd6c29d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: tkinfo
# Version required: 0.6
# Date created: 16 Jan 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.5 1995/10/04 10:18:53 asami Exp $
#
DISTNAME= tkinfo-0.6
CATEGORIES+= misc
MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/
EXTRACT_SUFX= .tar.Z
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
RUN_DEPENDS= wish:${PORTSDIR}/x11/tk
.include <bsd.port.mk>
|