freebsd-ports/misc/tkinfo/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

14 lines
345 B
Makefile

# New ports collection makefile for: tkinfo
# Version required: 0.6
# Date created: 16 Jan 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
DISTNAME= tkinfo-0.6
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ftp://ptolemy.eecs.berkeley.edu/pub/misc/
CATEGORIES+= x11
EXEC_DEPENDS= wish:${PORTSDIR}/x11/tk
.include <bsd.port.mk>