mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-11 23:25:17 +00:00
d530b271d9
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! :)
28 lines
637 B
Makefile
28 lines
637 B
Makefile
# New ports collection makefile for: ImageMagick
|
|
# Version required: 3.6.2
|
|
# Date created: 15 November 1994
|
|
# Whom: torstenb
|
|
#
|
|
# $Id: Makefile,v 1.5 1995/04/16 15:36:09 roberto Exp $
|
|
#
|
|
|
|
DISTNAME= ImageMagick-3.6.2
|
|
CATEGORIES+= graphics
|
|
MASTER_SITES= ftp://ftp.x.org/contrib/applications/ImageMagick/
|
|
|
|
LIB_DEPENDS= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg \
|
|
mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib \
|
|
tiff\\.3\\.:${PORTSDIR}/graphics/tiff \
|
|
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
|
|
WRKSRC= ${WRKDIR}/ImageMagick
|
|
USE_IMAKE= YES
|
|
|
|
pre-build:
|
|
@(cd ${WRKSRC}/magick;make)
|
|
|
|
post-install:
|
|
ldconfig -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|