aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 12:51:41 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-04-01 12:51:41 +0000
commitac3066bf75f468401e4a8243ba4ea731c187b370 (patch)
treee3a493de948df0105f48151974dbe8794e55fc20 /graphics
parent8938ad51ee770a85d67fd2e77d524ffae87efe38 (diff)
downloadports-ac3066bf75f468401e4a8243ba4ea731c187b370.tar.gz
ports-ac3066bf75f468401e4a8243ba4ea731c187b370.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile3
-rw-r--r--graphics/Mesa3/Makefile3
-rw-r--r--graphics/dore/Makefile3
-rw-r--r--graphics/jpeg-mmx/Makefile3
-rw-r--r--graphics/jpeg/Makefile3
-rw-r--r--graphics/mesagl/Makefile3
-rw-r--r--graphics/mpeg-lib/Makefile3
-rw-r--r--graphics/mpeg_play/Makefile3
-rw-r--r--graphics/netpbm/Makefile3
-rw-r--r--graphics/pixmap/Makefile3
-rw-r--r--graphics/povray/Makefile3
-rw-r--r--graphics/povray36/Makefile3
-rw-r--r--graphics/povray37/Makefile3
-rw-r--r--graphics/vcg/Makefile1
-rw-r--r--graphics/xanim/Makefile3
-rw-r--r--graphics/xfig-devel/Makefile3
-rw-r--r--graphics/xfig/Makefile3
-rw-r--r--graphics/xli/Makefile3
-rw-r--r--graphics/xpaint/Makefile3
-rw-r--r--graphics/xpm/Makefile3
-rw-r--r--graphics/xv/Makefile3
21 files changed, 41 insertions, 20 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index d825b28ba292..1f309ab88ced 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -3,11 +3,12 @@
# Date created: 15 November 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.1.1.1 1995/02/27 21:43:11 jmz Exp $
+# $Id: Makefile,v 1.2 1995/03/28 06:29:01 gpalmer Exp $
#
DISTNAME= ImageMagick-3.6
MASTER_SITES= ftp://ftp.x.org/contrib/applications/ImageMagick/
+CATEGORIES+= graphics
WRKSRC= ${WRKDIR}/ImageMagick
USE_IMAKE= YES
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile
index e6ccb4157af9..2737cb1f4a69 100644
--- a/graphics/Mesa3/Makefile
+++ b/graphics/Mesa3/Makefile
@@ -3,11 +3,12 @@
# Date created: Tue Feb 7 12:02:49 1995
# Whom: hsu
#
-# $Id: Makefile,v 1.3 1995/03/15 17:02:53 hsu Exp $
+# $Id: Makefile,v 1.4 1995/03/16 08:40:01 hsu Exp $
#
DISTNAME= Mesa-1.1.2beta
MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/
+CATEGORIES+= graphics
WRKSRC= ${WRKDIR}/Mesa
USE_GMAKE=
ALL_TARGET= freebsd
diff --git a/graphics/dore/Makefile b/graphics/dore/Makefile
index 6ac6329cabc8..d5585ea6b03c 100644
--- a/graphics/dore/Makefile
+++ b/graphics/dore/Makefile
@@ -3,11 +3,12 @@
# Date created: 10 February 1995
# Whom: jkh
#
-# $Id: Makefile,v 1.1.1.1 1994/11/20 16:00:09 torstenb Exp $
+# $Id: Makefile,v 1.1.1.1 1995/02/19 10:34:04 jkh Exp $
#
DISTNAME= pdore-6.0
MASTER_SITES= ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/
+CATEGORIES+= graphics
USE_GMAKE= yes
PREFIX= ${X11BASE}
EXTRACT_SUFX= .tar.Z
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
index 25f821209796..a834f0edb7f6 100644
--- a/graphics/jpeg-mmx/Makefile
+++ b/graphics/jpeg-mmx/Makefile
@@ -3,13 +3,14 @@
# Date created: 6 November 1994
# Whom: smace
#
-# $Id: Makefile,v 1.3 1994/12/29 20:16:17 jkh Exp $
+# $Id: Makefile,v 1.4 1995/01/28 07:26:11 asami 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
WRKSRC= ${WRKDIR}/jpeg-5a
.include <bsd.port.mk>
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index 25f821209796..a834f0edb7f6 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/Makefile
@@ -3,13 +3,14 @@
# Date created: 6 November 1994
# Whom: smace
#
-# $Id: Makefile,v 1.3 1994/12/29 20:16:17 jkh Exp $
+# $Id: Makefile,v 1.4 1995/01/28 07:26:11 asami 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
WRKSRC= ${WRKDIR}/jpeg-5a
.include <bsd.port.mk>
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile
index e6ccb4157af9..2737cb1f4a69 100644
--- a/graphics/mesagl/Makefile
+++ b/graphics/mesagl/Makefile
@@ -3,11 +3,12 @@
# Date created: Tue Feb 7 12:02:49 1995
# Whom: hsu
#
-# $Id: Makefile,v 1.3 1995/03/15 17:02:53 hsu Exp $
+# $Id: Makefile,v 1.4 1995/03/16 08:40:01 hsu Exp $
#
DISTNAME= Mesa-1.1.2beta
MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/misc/
+CATEGORIES+= graphics
WRKSRC= ${WRKDIR}/Mesa
USE_GMAKE=
ALL_TARGET= freebsd
diff --git a/graphics/mpeg-lib/Makefile b/graphics/mpeg-lib/Makefile
index a94e6a98171c..bedf63b15be4 100644
--- a/graphics/mpeg-lib/Makefile
+++ b/graphics/mpeg-lib/Makefile
@@ -3,11 +3,12 @@
# Date created: 16 November 1994
# Whom: torstenb
#
-# $Id:$
+# $Id: Makefile,v 1.1.1.1 1994/11/20 16:00:09 torstenb Exp $
#
DISTNAME= mpeg_lib-1.1
MASTER_SITES= ftp://ftp.mni.mcgill.ca/pub/mpeg/
+CATEGORIES+= graphics
WRKSRC= ${WRKDIR}/mpeg_lib
pre-install:
diff --git a/graphics/mpeg_play/Makefile b/graphics/mpeg_play/Makefile
index 1925c3de00ba..c6f6f8217193 100644
--- a/graphics/mpeg_play/Makefile
+++ b/graphics/mpeg_play/Makefile
@@ -3,12 +3,13 @@
# Date created: 17 December 1994
# Whom: asami
#
-# $Id: Makefile,v 1.2 1995/02/11 13:49:32 asami Exp $
+# $Id: Makefile,v 1.3 1995/03/24 11:09:05 asami Exp $
#
DISTNAME= mpeg_play-2.0
USE_IMAKE= yes
MASTER_SITES= ftp://s2k-ftp.cs.berkeley.edu/pub/multimedia/mpeg/
+CATEGORIES+= graphics
MAINTAINER= asami@FreeBSD.ORG
EXTRACT_SUFX= .tar.Z
NO_WRKSUBDIR= yes
diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile
index 773c4093e787..6c893e13a126 100644
--- a/graphics/netpbm/Makefile
+++ b/graphics/netpbm/Makefile
@@ -3,12 +3,13 @@
# Date created: ?
# Whom: jmz (original)
#
-# $Id: Makefile,v 1.4 1995/02/11 13:49:33 asami Exp $
+# $Id: Makefile,v 1.5 1995/03/24 11:09:06 asami Exp $
#
DISTNAME= netpbm
DISTFILES= netpbm-1mar1994.tar.gz
MASTER_SITES= ftp://ftp.x.org/R5contrib/
+CATEGORIES+= graphics
MAINTAINER= asami@FreeBSD.ORG
USE_IMAKE= yes
diff --git a/graphics/pixmap/Makefile b/graphics/pixmap/Makefile
index d7cf3bf65756..e6aaf7b9cbee 100644
--- a/graphics/pixmap/Makefile
+++ b/graphics/pixmap/Makefile
@@ -3,13 +3,14 @@
# Date created: 19 February 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.5 1995/01/13 12:49:18 jkh Exp $
+# $Id: Makefile,v 1.4 1995/02/28 05:06:26 asami Exp $
#
USE_IMAKE= yes
DISTNAME= pixmap2.6
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/pixmap/
+CATEGORIES+= graphics
WRKSRC= ${WRKDIR}/pixmap
.include <bsd.port.mk>
diff --git a/graphics/povray/Makefile b/graphics/povray/Makefile
index ce9fcf185d91..cede05f4075e 100644
--- a/graphics/povray/Makefile
+++ b/graphics/povray/Makefile
@@ -3,11 +3,12 @@
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
-# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $
+# $Id: Makefile,v 1.1.1.1 1994/12/29 01:10:56 swallace Exp $
#
DISTNAME= POV-Ray-2.2
MASTER_SITES= ftp://povray.cdrom.com/pub/povray/Official/Generic-Unix/
+CATEGORIES+= graphics
DISTFILES= povdoc.tar.Z povscn.tar.Z povsrc.tar.Z
EXTRACT_SUFX= tar.Z
NO_WRKSUBDIR=
diff --git a/graphics/povray36/Makefile b/graphics/povray36/Makefile
index ce9fcf185d91..cede05f4075e 100644
--- a/graphics/povray36/Makefile
+++ b/graphics/povray36/Makefile
@@ -3,11 +3,12 @@
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
-# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $
+# $Id: Makefile,v 1.1.1.1 1994/12/29 01:10:56 swallace Exp $
#
DISTNAME= POV-Ray-2.2
MASTER_SITES= ftp://povray.cdrom.com/pub/povray/Official/Generic-Unix/
+CATEGORIES+= graphics
DISTFILES= povdoc.tar.Z povscn.tar.Z povsrc.tar.Z
EXTRACT_SUFX= tar.Z
NO_WRKSUBDIR=
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile
index ce9fcf185d91..cede05f4075e 100644
--- a/graphics/povray37/Makefile
+++ b/graphics/povray37/Makefile
@@ -3,11 +3,12 @@
# Date created: 28 Dec 1994
# Whom: jmacd@uclink.berkeley.edu
#
-# $Id: Makefile,v 1.2 1994/10/06 07:52:04 swallace Exp $
+# $Id: Makefile,v 1.1.1.1 1994/12/29 01:10:56 swallace Exp $
#
DISTNAME= POV-Ray-2.2
MASTER_SITES= ftp://povray.cdrom.com/pub/povray/Official/Generic-Unix/
+CATEGORIES+= graphics
DISTFILES= povdoc.tar.Z povscn.tar.Z povsrc.tar.Z
EXTRACT_SUFX= tar.Z
NO_WRKSUBDIR=
diff --git a/graphics/vcg/Makefile b/graphics/vcg/Makefile
index 422251b05a4c..6a823937cdfa 100644
--- a/graphics/vcg/Makefile
+++ b/graphics/vcg/Makefile
@@ -4,6 +4,7 @@
DISTNAME= vcg.1.30
DISTFILES= vcg.1.30.r3.17.tgz
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/
+CATEGORIES+= graphics
pre-patch:
@mkdir -p ${WRKSRC}/preconf/X11ccFreeBSD
diff --git a/graphics/xanim/Makefile b/graphics/xanim/Makefile
index 63f82e0636fe..2eecc8bb9546 100644
--- a/graphics/xanim/Makefile
+++ b/graphics/xanim/Makefile
@@ -1,12 +1,13 @@
#
# Makefile for x11/xanim (FreeBSD) - piero Sat Nov 5 11:43:03 PST 1994
-# $Id: $
+# $Id: Makefile,v 1.1.1.1 1994/11/06 22:15:45 jkh Exp $
#
# Distribution stuff
DISTNAME= xanim2683
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/
+CATEGORIES+= graphics x11
# working directory
WRKDIR= work
diff --git a/graphics/xfig-devel/Makefile b/graphics/xfig-devel/Makefile
index 243919a9a1fc..771bb4d515e0 100644
--- a/graphics/xfig-devel/Makefile
+++ b/graphics/xfig-devel/Makefile
@@ -4,7 +4,7 @@
# Whom: asami
# Original by: roberto
#
-# $Id: Makefile,v 1.6 1995/02/27 23:51:31 jmz Exp $
+# $Id: Makefile,v 1.7 1995/03/24 11:09:12 asami Exp $
#
DISTNAME= xfig.3.1.3
@@ -12,6 +12,7 @@ PKGNAME= xfig-3.1.3
WRKSRC= ${WRKDIR}/xfig
MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/ \
ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/xfig/
+CATEGORIES+= graphics x11
MAINTAINER= asami@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
diff --git a/graphics/xfig/Makefile b/graphics/xfig/Makefile
index 243919a9a1fc..771bb4d515e0 100644
--- a/graphics/xfig/Makefile
+++ b/graphics/xfig/Makefile
@@ -4,7 +4,7 @@
# Whom: asami
# Original by: roberto
#
-# $Id: Makefile,v 1.6 1995/02/27 23:51:31 jmz Exp $
+# $Id: Makefile,v 1.7 1995/03/24 11:09:12 asami Exp $
#
DISTNAME= xfig.3.1.3
@@ -12,6 +12,7 @@ PKGNAME= xfig-3.1.3
WRKSRC= ${WRKDIR}/xfig
MASTER_SITES= ftp://ftp.x.org/contrib/applications/drawing_tools/xfig/ \
ftp://crl.dec.com/pub/X11/contrib/applications/drawing_tools/xfig/
+CATEGORIES+= graphics x11
MAINTAINER= asami@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile
index 3442ccd1c255..d695191a68b4 100644
--- a/graphics/xli/Makefile
+++ b/graphics/xli/Makefile
@@ -3,12 +3,13 @@
# Date created: 24 November 1994
# Whom: asami
#
-# $Id:$
+# $Id: Makefile,v 1.3 1995/03/24 11:09:14 asami Exp $
#
DISTNAME= xli.1.16
USE_IMAKE= yes
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/
+CATEGORIES+= graphics x11
MAINTAINER= asami@FreeBSD.ORG
EXTRACT_SUFX= .tar.gz
NO_WRKSUBDIR= yes
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index 36929f7f326a..3dc5c07b6bfe 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -3,11 +3,12 @@
# Date created: 2 Jan 1995
# Whom: swallace
#
-# $Id: Makefile,v 1.3 1995/01/13 13:14:24 jkh Exp $
+# $Id: Makefile,v 1.4 1995/02/11 13:49:38 asami Exp $
#
DISTNAME= xpaint-2.1.1
MASTER_SITES= ftp://romulus.ucs.uoknor.edu/X/R5contrib/
+CATEGORIES+= graphics x11
LIB_DEPENDS= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg \
tiff\\.3\\.:${PORTSDIR}/graphics/tiff \
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile
index c7cbd12f5a8f..34e86a492f59 100644
--- a/graphics/xpm/Makefile
+++ b/graphics/xpm/Makefile
@@ -3,12 +3,13 @@
# Date created: 14 September 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.3 1995/02/25 22:04:23 ats Exp $
+# $Id: Makefile,v 1.4 1995/03/22 11:01:02 asami Exp $
#
DISTNAME= xpm-3.4e
USE_IMAKE= yes
MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/
+CATEGORIES+= graphics x11
XMKMF= xmkmf
.include <bsd.port.mk>
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile
index 55dd2703088c..e9e732689855 100644
--- a/graphics/xv/Makefile
+++ b/graphics/xv/Makefile
@@ -3,12 +3,13 @@
# Date created: 30 October 1994
# Whom: smace
#
-# $Id: Makefile,v 1.4 1995/02/07 07:40:10 gpalmer Exp $
+# $Id: Makefile,v 1.5 1995/02/11 13:49:40 asami Exp $
#
DISTNAME= xv-3.10a
USE_IMAKE= yes
MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/
+CATEGORIES+= graphics x11
LIB_DEPENDS= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg \
tiff\\.3\\.:${PORTSDIR}/graphics/tiff