1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/graphics/jpeg-mmx/Makefile

34 lines
822 B
Makefile
Raw Normal View History

# New ports collection makefile for: jpeg
# Date created: 6 November 1994
# Whom: smace
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
#
# PLEASE update print/ghostscript5 (there's a symlink that uses a hardwired
# version number) when updating this port. Thank you.
PORTNAME= jpeg
PORTVERSION= 6b
1996-11-16 00:54:51 +00:00
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
DISTNAME= jpegsrc.v${PORTVERSION}
1998-04-15 21:32:50 +00:00
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/jpeg-6b
2000-10-03 00:54:04 +00:00
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
1998-04-15 21:32:50 +00:00
CONFIGURE_ARGS= --enable-shared --enable-static
2000-10-03 00:54:04 +00:00
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
post-install:
1999-07-25 12:16:20 +00: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
.include <bsd.port.mk>