1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/graphics/jpeg/Makefile

25 lines
600 B
Makefile
Raw Normal View History

# New ports collection makefile for: jpeg
1998-04-15 21:32:50 +00:00
# Version required: 6b
# Date created: 6 November 1994
# Whom: smace
#
# $Id: Makefile,v 1.15 1998/04/15 21:32:49 jseger Exp $
#
1998-04-15 21:32:50 +00:00
DISTNAME= jpegsrc.v6b
PKGNAME= jpeg-6b
1996-11-16 00:54:51 +00:00
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/
1998-04-15 21:32:50 +00:00
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/jpeg-6b
GNU_CONFIGURE= yes
1998-04-15 21:32:50 +00:00
CONFIGURE_ARGS= --enable-shared --enable-static
MAN1= cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1
post-install:
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>