summaryrefslogtreecommitdiff
path: root/x11-servers/XFree86-4-Server/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-09 02:08:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-09 02:08:56 +0000
commitdf9a3920e7a0dc9f634897595e7d14e18cfe1f86 (patch)
tree80544ad760428496a78b6dd4b76f68bfa0988bb4 /x11-servers/XFree86-4-Server/Makefile
parentAdd XFree86-contrib. (diff)
Split out contrib part (is now x11/XFree86-contrib port). Make this
Makefile look like one for a regular port. Full PLIST will follow later, I'm doing a recompile now. Reviewed by: jmz
Notes
Notes: svn path=/head/; revision=4357
Diffstat (limited to 'x11-servers/XFree86-4-Server/Makefile')
-rw-r--r--x11-servers/XFree86-4-Server/Makefile47
1 files changed, 20 insertions, 27 deletions
diff --git a/x11-servers/XFree86-4-Server/Makefile b/x11-servers/XFree86-4-Server/Makefile
index 76c72f0540b1..a756219acea1 100644
--- a/x11-servers/XFree86-4-Server/Makefile
+++ b/x11-servers/XFree86-4-Server/Makefile
@@ -3,38 +3,31 @@
# Date created: 5 January 1995
# Whom: jmz
#
-# $Id: Makefile,v 1.17 1996/02/15 00:53:15 jmz Exp $
+# $Id: Makefile,v 1.20 1996/11/06 13:37:54 jmz Exp $
#
-#######################################################################
-# #
-# Configurable Section #
-# #
-#######################################################################
-#
-# Define FORCE_PACKAGE from the command line if you want to override
-# this and build a package
-NO_PACKAGE = yes
-#######################################################################
-DISTNAME = xc
-PKGNAME = XFree86-3.2
-CATEGORIES = x11
-IS_INTERACTIVE = yes
-PREFIX = /usr/X11R6
-MAINTAINER= jmz@FreeBSD.ORG
-
-do-build:
- @(cd ${WRKSRC}; echo Good night...; make World 2>&1 | tee world.log)
- @touch ${WRKDIR}/.build_done
+DISTNAME= xc
+PKGNAME= XFree86-3.2
+CATEGORIES= x11
+MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.2/source/ \
+ ftp://xfree86.cdrom.com/pub/XFree86/source/ \
+ ftp://ftp.ibp.fr/pub/X11/XFree86/XFree86-3.2/source/ \
+ ftp://ftp.uni-stuttgart.de/pub/X11/Xfree86/3.2/source/ \
+ ftp://sunsite.doc.ic.ac.uk/packages/XFree86/3.2/source/
+DISTFILES= X32src-1.tgz X32src-2.tgz
-do-install:
- @(cd ${WRKSRC}; make install; make install.man)
- @touch ${WRKDIR}/.install_done
+MAINTAINER= jmz@FreeBSD.ORG
-.include "Makefile.ftp"
+# Define FORCE_PACKAGE from the command line if you want to override
+# this and build a package
+NO_PACKAGE= yes
+IS_INTERACTIVE= yes # configure script asks questions
+USE_X11= yes
+ALL_TARGET= World
+INSTALL_TARGET= install install.man
+DIST_SUBDIR= xc
post-install:
- ldconfig -m ${PREFIX}/lib
+ /sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>
-