mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
18 lines
380 B
Makefile
18 lines
380 B
Makefile
# 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/10/13 00:50:38 wollman Exp $
|
|
#
|
|
|
|
DISTNAME= blt-1.7
|
|
DISTFILES= BLT-1.7.tar.gz
|
|
MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/
|
|
DEPENDS= ${PORTSDIR}/x11/tk
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= all sharedlib
|
|
|
|
.include <bsd.port.mk>
|
|
|