aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jpeg-mmx/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-09 15:09:55 +0800
committerasami <asami@FreeBSD.org>1995-04-09 15:09:55 +0800
commitf056dadae80c38934e3c407cf909c480964e5e9b (patch)
tree1f2625c45ad59334f64677622a14ba76f8a41be3 /graphics/jpeg-mmx/Makefile
parent513df593711426d8ece76d258b3a1539fc57cebb (diff)
downloadfreebsd-ports-gnome-f056dadae80c38934e3c407cf909c480964e5e9b.tar.gz
freebsd-ports-gnome-f056dadae80c38934e3c407cf909c480964e5e9b.tar.zst
freebsd-ports-gnome-f056dadae80c38934e3c407cf909c480964e5e9b.zip
Yet another round of Makefile updates, graphics version.
Diffstat (limited to 'graphics/jpeg-mmx/Makefile')
-rw-r--r--graphics/jpeg-mmx/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
index a834f0edb7f6..383ad776e092 100644
--- a/graphics/jpeg-mmx/Makefile
+++ b/graphics/jpeg-mmx/Makefile
@@ -3,14 +3,16 @@
# Date created: 6 November 1994
# Whom: smace
#
-# $Id: Makefile,v 1.4 1995/01/28 07:26:11 asami Exp $
+# $Id: Makefile,v 1.5 1995/04/01 12:45:51 jkh Exp $
#
DISTNAME= jpegsrc.v5a
PKGNAME= jpeg-5a
-GNU_CONFIGURE= yes
-MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ ftp://ftp.netcom.com/pub/tgl/uunet/
CATEGORIES+= graphics
+MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ \
+ ftp://ftp.netcom.com/pub/tgl/uunet/
+
WRKSRC= ${WRKDIR}/jpeg-5a
+GNU_CONFIGURE= yes
.include <bsd.port.mk>