mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
36 lines
880 B
Makefile
36 lines
880 B
Makefile
# New ports collection makefile for: blt
|
|
# Date created: 22 September 1998
|
|
# Whom: Kenjiro Cho <kjc@csl.sony.co.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= blt
|
|
PORTVERSION= 2.4s
|
|
CATEGORIES= x11-toolkits tk82
|
|
MASTER_SITES= ftp://ftp.tcltk.com/aa004735/pub/blt/ \
|
|
ftp://ftp.csl.sony.co.jp/pub/kjc/ttt-libs/
|
|
DISTNAME= BLT${PORTVERSION}
|
|
|
|
MAINTAINER= kjc@csl.sony.co.jp
|
|
|
|
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
|
|
|
|
WRKSRC= ${WRKDIR}/blt2.4s
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
MANN= BLT.n barchart.n beep.n bgexec.n bitmap.n \
|
|
bltdebug.n busy.n cutbuffer.n dragdrop.n eps.n \
|
|
graph.n hierbox.n hiertable.n htext.n spline.n \
|
|
stripchart.n table.n tabset.n tile.n vector.n \
|
|
watch.n winop.n
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-install:
|
|
${LN} -sf libBLT24.so.2 ${PREFIX}/lib/libBLT24.so
|
|
${LN} -sf libBLTlite24.so.2 ${PREFIX}/lib/libBLTlite24.so
|
|
|
|
.include <bsd.port.post.mk>
|