aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jpeg/Makefile
blob: 139f9d9fbfed8a114cd48c7407670b880d8c1c52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    jpeg
# Version required:     6
# Date created:     6 November 1994
# Whom:         smace
#
# $Id: Makefile,v 1.9 1995/10/02 14:04:54 ache Exp $
#

DISTNAME=       jpegsrc.v6
PKGNAME=        jpeg-6
CATEGORIES+=    graphics
MASTER_SITES=   ftp://ftp.uu.net/graphics/jpeg/ \
        ftp://ftp.netcom.com/pub/tg/tgl/uunet/

WRKSRC=         ${WRKDIR}/jpeg-6
GNU_CONFIGURE=  yes
INSTALL_TARGET= install install-lib

post-install:
    /sbin/ldconfig -m ${PREFIX}/lib

.include <bsd.port.mk>