mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
23 lines
520 B
Makefile
23 lines
520 B
Makefile
# New ports collection makefile for: jpeg
|
|
# Version required: 6a
|
|
# Date created: 6 November 1994
|
|
# Whom: smace
|
|
#
|
|
# $Id: Makefile,v 1.12 1996/11/16 00:54:46 ache Exp $
|
|
#
|
|
|
|
DISTNAME= jpegsrc.v6a
|
|
PKGNAME= jpeg-6a
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
|
|
|
|
WRKSRC= ${WRKDIR}/jpeg-6a
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install install-lib
|
|
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
|
|
|
|
post-install:
|
|
/sbin/ldconfig -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|