1995-04-12 20:26:23 +00:00
|
|
|
# New ports collection makefile for: XFree86
|
1996-11-06 13:38:22 +00:00
|
|
|
# Version required: 3.2
|
1995-04-12 20:26:23 +00:00
|
|
|
# Date created: 5 January 1995
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1996-12-25 05:56:07 +00:00
|
|
|
# $Id: Makefile,v 1.24 1996/12/07 12:51:19 asami Exp $
|
1995-04-12 20:26:23 +00:00
|
|
|
#
|
|
|
|
|
1996-11-09 02:08:56 +00:00
|
|
|
DISTNAME= xc
|
|
|
|
PKGNAME= XFree86-3.2
|
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.2/source/ \
|
1996-11-10 12:06:47 +00:00
|
|
|
ftp://xfree86.cdrom.com/pub/XFree86/3.2/source/ \
|
1996-11-09 02:08:56 +00:00
|
|
|
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
|
1995-01-05 03:51:15 +00:00
|
|
|
|
1996-11-09 02:08:56 +00:00
|
|
|
MAINTAINER= jmz@FreeBSD.ORG
|
1995-01-05 03:51:15 +00:00
|
|
|
|
1996-11-09 02:08:56 +00:00
|
|
|
IS_INTERACTIVE= yes # configure script asks questions
|
|
|
|
USE_X11= yes
|
|
|
|
ALL_TARGET= World
|
|
|
|
INSTALL_TARGET= install install.man
|
|
|
|
DIST_SUBDIR= xc
|
1995-01-05 03:51:15 +00:00
|
|
|
|
1995-06-24 11:42:32 +00:00
|
|
|
post-install:
|
1996-11-25 02:29:26 +00:00
|
|
|
chmod u-s ${PREFIX}/bin/SuperProbe
|
1996-11-09 02:08:56 +00:00
|
|
|
/sbin/ldconfig -m ${PREFIX}/lib
|
1995-06-24 11:42:32 +00:00
|
|
|
|
1995-02-17 01:23:44 +00:00
|
|
|
.include <bsd.port.mk>
|