mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
9571ef11bc
Someone please take a look!
19 lines
391 B
Makefile
19 lines
391 B
Makefile
# New ports collection makefile for: jpeg
|
|
# Version required: 5b
|
|
# Date created: 6 November 1994
|
|
# Whom: smace
|
|
#
|
|
# $Id: Makefile,v 1.6 1995/04/09 07:09:34 asami Exp $
|
|
#
|
|
|
|
DISTNAME= jpegsrc.v5b
|
|
PKGNAME= jpeg-5b
|
|
CATEGORIES+= graphics
|
|
MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ \
|
|
ftp://ftp.netcom.com/pub/tgl/uunet/
|
|
|
|
WRKSRC= ${WRKDIR}/jpeg-5b
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|