blob: 1d8b6a98fe0554a2978f75dd282a625d33af214c (
plain) (
blame)
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.14
# Date created: Sat 18 Apr 1998 10:12:20 CEST
# Whom: andreas
#
# $FreeBSD$
#
DISTNAME= tkgnats-3.0.14
CATEGORIES= databases tk82
MASTER_SITES= http://www.cuug.ab.ca/~macdonal/tkgnats/
MAINTAINER= andreas@FreeBSD.org
BUILD_DEPENDS= nedit-pr:${PORTSDIR}/databases/gnats
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
.include <bsd.port.mk>
|