diff options
author | wollman <wollman@FreeBSD.org> | 1994-12-15 05:21:36 +0800 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-12-15 05:21:36 +0800 |
commit | 82671b65fc8b78046ce34b7dc42c80753e19b440 (patch) | |
tree | eefb01a6143cf5f276156d161d354ad424a5b2ca /x11-toolkits/blt/Makefile | |
parent | e7e452803a814b4c71b817df7762256d483b5b6d (diff) | |
download | freebsd-ports-gnome-82671b65fc8b78046ce34b7dc42c80753e19b440.tar.gz freebsd-ports-gnome-82671b65fc8b78046ce34b7dc42c80753e19b440.tar.zst freebsd-ports-gnome-82671b65fc8b78046ce34b7dc42c80753e19b440.zip |
Port of BLT version 1.7
Diffstat (limited to 'x11-toolkits/blt/Makefile')
-rw-r--r-- | x11-toolkits/blt/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-toolkits/blt/Makefile b/x11-toolkits/blt/Makefile new file mode 100644 index 000000000000..8409746ab259 --- /dev/null +++ b/x11-toolkits/blt/Makefile @@ -0,0 +1,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/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> + |