diff options
Diffstat (limited to 'graphics/jpeg/Makefile')
-rw-r--r-- | graphics/jpeg/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile deleted file mode 100644 index 675d78dc5479..000000000000 --- a/graphics/jpeg/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# 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> |