mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
3d3498656f
patches/patch-ac: add support for .gz-files Submitted by: Don Yuniskis <dgy@rtd.com>
18 lines
408 B
Makefile
18 lines
408 B
Makefile
# 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.6 1995/11/26 10:48:40 asami Exp $
|
|
#
|
|
|
|
DISTNAME= tkinfo-0.6
|
|
CATEGORIES+= misc
|
|
MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/
|
|
|
|
MAINTAINER= tg@freebsd.org
|
|
|
|
RUN_DEPENDS= wish:${PORTSDIR}/x11/tk
|
|
|
|
.include <bsd.port.mk>
|