1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/x11-toolkits/blt/Makefile

23 lines
456 B
Makefile
Raw Normal View History

1994-12-14 21:21:36 +00:00
# New ports collection makefile for: blt
# Version required: 1.7
# Date created: 14 December 1994
# Whom: wollman
#
# $Id: Makefile,v 1.5 1995/06/24 11:42:19 asami Exp $
1994-12-14 21:21:36 +00:00
#
DISTNAME= blt-1.7
CATEGORIES+= x11
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/alcatel/extensions/
DISTFILES= BLT-1.7.tar.gz
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
1994-12-14 21:21:36 +00:00
GNU_CONFIGURE= yes
ALL_TARGET= all sharedlib
post-install:
ldconfig -m ${PREFIX}/lib
1994-12-14 21:21:36 +00:00
.include <bsd.port.mk>