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
This commit is contained in:
Satoshi Asami 1996-11-09 02:08:56 +00:00
parent 1828b02102
commit df9a3920e7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4357
12 changed files with 120 additions and 168 deletions

View File

@ -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 #
# #
#######################################################################
#
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
MAINTAINER= jmz@FreeBSD.ORG
# 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
do-install:
@(cd ${WRKSRC}; make install; make install.man)
@touch ${WRKDIR}/.install_done
.include "Makefile.ftp"
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>

View File

@ -1,3 +1,2 @@
MD5 (X32src-1.tgz) = 0fe3b4741e31c1ee210b27d5ce987b3e
MD5 (X32src-2.tgz) = 36cdf4ed5d58bbde30f6d95de6a8653a
MD5 (X32contrib.tgz) = 5145fbc4c28e6dbb14450b36c5f3f56a

View File

@ -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 #
# #
#######################################################################
#
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
MAINTAINER= jmz@FreeBSD.ORG
# 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
do-install:
@(cd ${WRKSRC}; make install; make install.man)
@touch ${WRKDIR}/.install_done
.include "Makefile.ftp"
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>

View File

@ -1,3 +1,2 @@
MD5 (X32src-1.tgz) = 0fe3b4741e31c1ee210b27d5ce987b3e
MD5 (X32src-2.tgz) = 36cdf4ed5d58bbde30f6d95de6a8653a
MD5 (X32contrib.tgz) = 5145fbc4c28e6dbb14450b36c5f3f56a

View File

@ -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 #
# #
#######################################################################
#
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
MAINTAINER= jmz@FreeBSD.ORG
# 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
do-install:
@(cd ${WRKSRC}; make install; make install.man)
@touch ${WRKDIR}/.install_done
.include "Makefile.ftp"
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>

View File

@ -1,3 +1,2 @@
MD5 (X32src-1.tgz) = 0fe3b4741e31c1ee210b27d5ce987b3e
MD5 (X32src-2.tgz) = 36cdf4ed5d58bbde30f6d95de6a8653a
MD5 (X32contrib.tgz) = 5145fbc4c28e6dbb14450b36c5f3f56a

View File

@ -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 #
# #
#######################################################################
#
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
MAINTAINER= jmz@FreeBSD.ORG
# 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
do-install:
@(cd ${WRKSRC}; make install; make install.man)
@touch ${WRKDIR}/.install_done
.include "Makefile.ftp"
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>

View File

@ -1,3 +1,2 @@
MD5 (X32src-1.tgz) = 0fe3b4741e31c1ee210b27d5ce987b3e
MD5 (X32src-2.tgz) = 36cdf4ed5d58bbde30f6d95de6a8653a
MD5 (X32contrib.tgz) = 5145fbc4c28e6dbb14450b36c5f3f56a

View File

@ -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 #
# #
#######################################################################
#
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
MAINTAINER= jmz@FreeBSD.ORG
# 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
do-install:
@(cd ${WRKSRC}; make install; make install.man)
@touch ${WRKDIR}/.install_done
.include "Makefile.ftp"
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>

View File

@ -1,3 +1,2 @@
MD5 (X32src-1.tgz) = 0fe3b4741e31c1ee210b27d5ce987b3e
MD5 (X32src-2.tgz) = 36cdf4ed5d58bbde30f6d95de6a8653a
MD5 (X32contrib.tgz) = 5145fbc4c28e6dbb14450b36c5f3f56a

View File

@ -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 #
# #
#######################################################################
#
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
MAINTAINER= jmz@FreeBSD.ORG
# 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
do-install:
@(cd ${WRKSRC}; make install; make install.man)
@touch ${WRKDIR}/.install_done
.include "Makefile.ftp"
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>

View File

@ -1,3 +1,2 @@
MD5 (X32src-1.tgz) = 0fe3b4741e31c1ee210b27d5ce987b3e
MD5 (X32src-2.tgz) = 36cdf4ed5d58bbde30f6d95de6a8653a
MD5 (X32contrib.tgz) = 5145fbc4c28e6dbb14450b36c5f3f56a