blob: 28a7c4fcd83344fbdc7ef62eb0424270c244f13c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: blt
# Version required: 1.7
# Date created: 14 December 1994
# Whom: wollman
#
# $Id: Makefile,v 1.1.1.1 1994/12/14 21:21:35 wollman Exp $
#
DISTNAME= blt-1.7
DISTFILES= BLT-1.7.tar.gz
MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
GNU_CONFIGURE= yes
ALL_TARGET= all sharedlib
.include <bsd.port.mk>
|