9571ef11bc
Someone please take a look!
18 lines
391 B
Makefile
18 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>
|