1994-11-06 09:18:01 +01:00
|
|
|
# New ports collection makefile for: jpeg
|
|
|
|
# Date created: 6 November 1994
|
|
|
|
# Whom: smace
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1994-11-06 09:18:01 +01:00
|
|
|
#
|
2000-05-19 09:05:29 +02:00
|
|
|
# PLEASE update print/ghostscript5 (there's a symlink that uses a hardwired
|
|
|
|
# version number) when updating this port. Thank you.
|
1994-11-06 09:18:01 +01:00
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= jpeg
|
|
|
|
PORTVERSION= 6b
|
1996-11-16 01:54:51 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
|
2000-04-14 12:48:02 +02:00
|
|
|
DISTNAME= jpegsrc.v${PORTVERSION}
|
1995-04-09 09:09:55 +02:00
|
|
|
|
1998-04-15 23:32:50 +02:00
|
|
|
MAINTAINER= jseger@FreeBSD.org
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/jpeg-6b
|
2000-06-16 10:48:22 +02:00
|
|
|
INSTALLS_SHLIBS= yes
|
1995-04-09 09:09:55 +02:00
|
|
|
GNU_CONFIGURE= yes
|
1998-04-15 23:32:50 +02:00
|
|
|
CONFIGURE_ARGS= --enable-shared --enable-static
|
1996-11-18 15:17:24 +01:00
|
|
|
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
|
2000-03-21 15:57:39 +01:00
|
|
|
USE_LIBTOOL= yes
|
1994-11-06 09:18:01 +01:00
|
|
|
|
1995-06-24 13:42:32 +02:00
|
|
|
post-install:
|
1999-07-25 14:16:20 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/jpeg
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/jpeg
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/*.doc ${PREFIX}/share/doc/jpeg
|
|
|
|
.endif
|
1995-06-24 13:42:32 +02:00
|
|
|
|
1994-11-06 09:18:01 +01:00
|
|
|
.include <bsd.port.mk>
|