mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ac3066bf75
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
19 lines
405 B
Makefile
19 lines
405 B
Makefile
# New ports collection makefile for: blt
|
|
# Version required: 1.7
|
|
# Date created: 14 December 1994
|
|
# Whom: wollman
|
|
#
|
|
# $Id: Makefile,v 1.2 1995/02/11 13:51:16 asami Exp $
|
|
#
|
|
|
|
DISTNAME= blt-1.7
|
|
DISTFILES= BLT-1.7.tar.gz
|
|
MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/
|
|
CATEGORIES+= x11
|
|
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= all sharedlib
|
|
|
|
.include <bsd.port.mk>
|
|
|