freebsd-ports/lang/itcl/Makefile
Satoshi Asami d530b271d9 Add
post-install:
	pkg_add -m ${PREFIX}/lib

to Makefiles and

@exec ldconfig -m %D

to packing lists of ports that install shared libraries.

This should get rid of a huge chunk of confusion for novice users!
All hail Paul Kranenburg! :)
1995-06-24 11:42:32 +00:00

23 lines
459 B
Makefile

# New ports collection makefile for: itcl
# Version required: 1.5
# Date created: Mon Oct 3 22:06:21 EDT 1994
# Whom: rww
#
# $Id: Makefile,v 1.6 1995/05/13 07:53:08 asami Exp $
#
DISTNAME= itcl-1.5
HAS_CONFIGURE= yes
CATEGORIES+= languages
MASTER_SITES= ftp://ftp.aud.alcatel.com/tcl/extensions/
DEPENDS= ${PORTSDIR}/lang/tcl
LIB_DEPENDS= tk\\.3\\.:${PORTSDIR}/x11/tk
PATCH_STRIP= -p1
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>