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-11-06 13:38:22 +00:00
|
|
|
# $Id: Makefile,v 1.17 1996/02/15 00:53:15 jmz Exp $
|
1995-04-12 20:26:23 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
#######################################################################
|
|
|
|
# #
|
|
|
|
# Configurable Section #
|
|
|
|
# #
|
|
|
|
#######################################################################
|
|
|
|
#
|
1995-05-13 05:42:15 +00:00
|
|
|
# Define FORCE_PACKAGE from the command line if you want to override
|
|
|
|
# this and build a package
|
|
|
|
NO_PACKAGE = yes
|
1995-02-17 01:23:44 +00:00
|
|
|
#######################################################################
|
|
|
|
DISTNAME = xc
|
1996-11-06 13:38:22 +00:00
|
|
|
PKGNAME = XFree86-3.2
|
1995-10-06 22:11:25 +00:00
|
|
|
CATEGORIES = x11
|
1996-11-06 13:38:22 +00:00
|
|
|
IS_INTERACTIVE = yes
|
|
|
|
PREFIX = /usr/X11R6
|
1995-04-13 15:22:11 +00:00
|
|
|
MAINTAINER= jmz@FreeBSD.ORG
|
1995-01-05 03:51:15 +00:00
|
|
|
|
1995-04-22 22:39:30 +00:00
|
|
|
do-build:
|
1996-11-06 13:38:22 +00:00
|
|
|
@(cd ${WRKSRC}; echo Good night...; make World 2>&1 | tee world.log)
|
|
|
|
@touch ${WRKDIR}/.build_done
|
1995-01-05 03:51:15 +00:00
|
|
|
|
1995-04-26 14:45:15 +00:00
|
|
|
do-install:
|
1995-01-05 03:51:15 +00:00
|
|
|
@(cd ${WRKSRC}; make install; make install.man)
|
1996-11-06 13:38:22 +00:00
|
|
|
@touch ${WRKDIR}/.install_done
|
1995-01-05 03:51:15 +00:00
|
|
|
|
1996-11-06 13:38:22 +00:00
|
|
|
.include "Makefile.ftp"
|
1995-01-05 03:51:15 +00:00
|
|
|
|
1995-06-24 11:42:32 +00:00
|
|
|
post-install:
|
|
|
|
ldconfig -m ${PREFIX}/lib
|
|
|
|
|
1995-02-17 01:23:44 +00:00
|
|
|
.include <bsd.port.mk>
|
1996-11-06 13:38:22 +00:00
|
|
|
|