1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/x11/XFree86-4-libraries/Makefile
Mark Murray e9a799842c Enable all sorts of useful security features:
o XDM-AUTHORIZATION-1 is more automated for the non-USA case.
o PST's KerberosIV patches are reinstated for XDM. This is NOT
  a full-blown KerberosIV implementation for X - this will
  just get you a TGT when you log in - THATS ALL!
o Enable compilation of SecureRPC. The use of SecureRPC at the
  moment is frought with danger! I have no idea how safe or
  good the implementation is. Enable at your own peril!! (Secure
  RPC is only available for those folk using 3.0-Current).

Also allow XF86Setup to use TK-8.0.

OK'ed By: JMZ
1998-03-19 14:57:20 +00:00

55 lines
1.4 KiB
Makefile

# New ports collection makefile for: XFree86
# Version required: 3.3.2
# Date created: 5 January 1995
# Whom: jmz
#
# $Id: Makefile,v 1.38 1998/03/08 17:13:18 jmz Exp $
#
DISTNAME= xc
PKGNAME= XFree86-3.3.2
CATEGORIES= x11
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.3.2/source/ \
ftp://xfree86.cdrom.com/pub/XFree86/3.3.2/source/ \
ftp://ftp.ibp.fr/pub/X11/XFree86/XFree86-3.3.2/source/ \
ftp://ftp.uni-stuttgart.de/pub/X11/Xfree86/3.3.2/source/ \
ftp://sunsite.doc.ic.ac.uk/packages/XFree86/3.3.2/source/
DISTFILES= X332src-1.tgz X332src-2.tgz
MAINTAINER= jmz@FreeBSD.ORG
IS_INTERACTIVE= yes # configure script asks questions
NO_PACKAGE= package available from XFree86
USE_X11= yes
ALL_TARGET= World
INSTALL_TARGET= install install.man
DIST_SUBDIR= xc
.if defined(XDM_DES) && (${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO)
pre-fetch:
@${ECHO}
@${ECHO} You must set variable USA_RESIDENT to YES or NO.
@false
.elif defined(USA_RESIDENT)
.if ${USA_RESIDENT} == NO
pre-fetch:
MASTER_SITES+= ftp://psych.psy.uq.oz.au/pub/X11R5/ \
ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/ \
ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/
DISTFILES+= Wraphelp.c
IGNOREFILES= Wraphelp.c
.endif
.if ${USA_RESIDENT} == YES
pre-fetch:
@${ECHO}
@${ECHO} Assuming that you have fetched a USA-Legal Wraphelp.c.
.endif
.endif
pre-install:
${MKDIR} /usr/X11R6
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>