mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
15 lines
348 B
Makefile
15 lines
348 B
Makefile
# New ports collection makefile for: jpeg
|
|
# Version required: 5
|
|
# Date created: 6 November 1994
|
|
# Whom: smace
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1994/11/06 08:18:01 smace Exp $
|
|
#
|
|
|
|
DISTNAME= jpegsrc.v5
|
|
GNU_CONFIGURE= yes
|
|
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ ftp://ftp.netcom.com/pub/tgl/uunet/
|
|
WRKSRC= ${WRKDIR}/jpeg-5
|
|
|
|
.include <bsd.port.mk>
|