freebsd-ports/x11-toolkits/Xaw3d/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

22 lines
421 B
Makefile

# New ports collection makefile for: Xaw3d
# Version required: 1.1
# Date created: 18 November 1994
# Whom: asami
#
# $Id: Makefile,v 1.7 1995/04/12 20:30:39 asami Exp $
#
DISTNAME= Xaw3d-1.1
CATEGORIES+= x11
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/widgets/Xaw3d/R6/
MAINTAINER= asami@FreeBSD.ORG
WRKSRC= ${WRKDIR}/lib/Xaw3d
USE_IMAKE= yes
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>