freebsd-ports/graphics/jpeg-mmx/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

21 lines
433 B
Makefile

# New ports collection makefile for: jpeg
# Version required: 5b
# Date created: 6 November 1994
# Whom: smace
#
# $Id: Makefile,v 1.7 1995/04/16 02:14:19 asami Exp $
#
DISTNAME= jpegsrc.v5b
PKGNAME= jpeg-5b
CATEGORIES+= graphics
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ \
ftp://ftp.netcom.com/pub/tgl/uunet/
WRKSRC= ${WRKDIR}/jpeg-5b
GNU_CONFIGURE= yes
post-install:
ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>