blob: ec273e0128993c6e36758b3db77a9994c9e04fb5 (
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.8 1999/03/12 15:16:59 scrappy 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>
|