summaryrefslogtreecommitdiff
path: root/graphics/Mesa3
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-02-14 14:18:06 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-02-14 14:18:06 +0000
commit8d165315876c9b3287da0a49355a3c31d0bd146a (patch)
tree390a714beb92a5ba6c11ade71891e0eadc1c6f6f /graphics/Mesa3
parentUse 13.1 as the library version number. (diff)
We leave deletion of old versions to pkg_delete.
Add MAINTAINER=ports.
Notes
Notes: svn path=/head/; revision=5611
Diffstat (limited to 'graphics/Mesa3')
-rw-r--r--graphics/Mesa3/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile
index 09dc123dade8..5b77cd412994 100644
--- a/graphics/Mesa3/Makefile
+++ b/graphics/Mesa3/Makefile
@@ -3,18 +3,16 @@
# Date created: 3 Feb 1997
# Whom: paulo@isr.uc.pt
#
-# $Id$
+# $Id: Makefile,v 1.16 1997/02/13 14:57:10 tg Exp $
#
DISTNAME= Mesa-2.1
CATEGORIES= graphics
-
MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/
+MAINTAINER= ports@freebsd.org
+
ALL_TARGET= freebsd
USE_X11= yes
-pre-install:
- $(FILESDIR)/INSTALL $(DISTNAME) PRE-INSTALL
-
.include <bsd.port.mk>