freebsd-ports/graphics/jpeg/Makefile

33 lines
840 B
Makefile
Raw Normal View History

# New ports collection makefile for: jpeg
# Date created: 6 November 1994
# Whom: smace
#
1999-08-25 08:16:32 +02: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 01:54:51 +01:00
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
DISTNAME= jpegsrc.v${PORTVERSION}
1998-04-15 23:32:50 +02:00
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/jpeg-6b
INSTALLS_SHLIBS= yes
GNU_CONFIGURE= yes
1998-04-15 23:32:50 +02:00
CONFIGURE_ARGS= --enable-shared --enable-static
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
USE_LIBTOOL= yes
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
.include <bsd.port.mk>