mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
f06d13b6ff
but aren't in a tk virtual category from awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX I didn't do anything about the ports which depend on things which depend on a tk revision. I'd be afraid that the depended-upon port might change and thus outdate the virtual category in the depender.
21 lines
444 B
Makefile
21 lines
444 B
Makefile
# New ports collection makefile for: cqcam
|
|
# Version required: 0.45a
|
|
# Date created: 29 Oct 1997
|
|
# Whom: Kensaku Masuda <greg@greg.rim.or.jp>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1998/02/09 08:09:35 tg Exp $
|
|
#
|
|
|
|
DISTNAME= cqcam-0.45a
|
|
CATEGORIES= graphics tk80
|
|
MASTER_SITES= http://www.cs.virginia.edu/~patrick/cqcam/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
|
|
|
|
MAN1= cqcam.1
|
|
|
|
.include <bsd.port.mk>
|