freebsd-ports/x11/XFree86/Makefile
Jean-Marc Zucconi 5147895f53 There is a fix (3.2-fix-01) from XFree86.
I did not a make - this is untested!!
1997-02-02 17:25:14 +00:00

44 lines
1.3 KiB
Makefile

# New ports collection makefile for: XFree86
# Version required: 3.2
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.26 1997/01/08 12:27:18 asami Exp $
#
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/3.2/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/
PATCH_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.2/fixes/ \
ftp://xfree86.cdrom.com/pub/XFree86/3.2/fixes/ \
ftp://ftp.ibp.fr/pub/X11/XFree86/XFree86-3.2/fixes/ \
ftp://ftp.uni-stuttgart.de/pub/X11/Xfree86/3.2/fixes/ \
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/3.2/fixes/
DISTFILES= X32src-1.tgz X32src-2.tgz
PATCHFILES= 3.2-fix-01
MAINTAINER= jmz@FreeBSD.ORG
IS_INTERACTIVE= yes # configure script asks questions
USE_X11= yes
ALL_TARGET= World
INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
pre-install:
@${SETENV} PKG_PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL \
${PKGNAME} PRE-INSTALL
post-install:
if [ -e ${PREFIX}/bin/SuperProbe ]; then \
chmod u-s ${PREFIX}/bin/SuperProbe; \
fi
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>