blob: fbeefa4a87d1e8b538803ecb66ec04aee6f4a2b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: tkgnats
# Version required: 3.0.5
# Date created: Sa 18 Apr 1998 10:12:20 CEST
# Whom: andreas
#
# $Id: Makefile,v 1.6 1998/10/03 22:06:09 steve Exp $
#
DISTNAME= tkgnats-3.0.8
CATEGORIES= databases tk80
MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkgnats/
MAINTAINER= andreas@FreeBSD.ORG
BUILD_DEPENDS= nedit-pr:${PORTSDIR}/databases/gnats
LIB_DEPENDS= tk81.1:${PORTSDIR}/x11-toolkits/tk81
.include <bsd.port.mk>
|