Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imake

for ilu and mkdirhier for asl.)
This commit is contained in:
Satoshi Asami 1998-11-28 00:44:34 +00:00
parent 0baa6e2834
commit 1490c59f86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14922
11 changed files with 25 additions and 11 deletions

View file

@ -3,7 +3,7 @@
# Date created: 18 Dec 1994 # Date created: 18 Dec 1994
# Whom: swallace # Whom: swallace
# #
# $Id: Makefile,v 1.7 1996/12/06 08:19:54 swallace Exp $ # $Id: Makefile,v 1.8 1996/12/06 23:24:36 asami Exp $
# #
DISTNAME= irsim-9.4.1 DISTNAME= irsim-9.4.1
@ -13,6 +13,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= swallace@FreeBSD.org MAINTAINER= swallace@FreeBSD.org
USE_XLIB= yes
MAN1= irsim.1 MAN1= irsim.1
MAN3= irsim-analyzer.3 MAN3= irsim-analyzer.3
MAN5= netchange.5 MAN5= netchange.5

View file

@ -4,7 +4,7 @@
# Date created: Mon Nov 18, 1996 # Date created: Mon Nov 18, 1996
# Whom: David O'Brien (obrien@cs.ucdavis.edu) # Whom: David O'Brien (obrien@cs.ucdavis.edu)
# #
# $Id: Makefile,v 1.5 1997/02/04 11:32:02 obrien Exp $ # $Id: Makefile,v 1.6 1997/10/10 06:53:30 obrien Exp $
# #
DISTNAME= MaRS-2.1 DISTNAME= MaRS-2.1
@ -24,6 +24,7 @@ MAKEFILE= Makefile.XMotif
.elif defined(WITH_X) && (${WITH_X} == NO || ${WITH_X} == no) .elif defined(WITH_X) && (${WITH_X} == NO || ${WITH_X} == no)
MAKEFILE= Makefile.NoX MAKEFILE= Makefile.NoX
.else .else
USE_XLIB= yes
MAKEFILE= Makefile.SimpleX MAKEFILE= Makefile.SimpleX
.endif .endif
ALL_TARGET= depend mars ALL_TARGET= depend mars

View file

@ -3,7 +3,7 @@
# Date created: 10 October 1997 # Date created: 10 October 1997
# Whom: volf@oasis.IAEhv.nl # Whom: volf@oasis.IAEhv.nl
# #
# $Id: Makefile,v 1.4 1998/10/11 19:27:08 jseger Exp $ # $Id: Makefile,v 1.5 1998/10/20 01:27:48 steve Exp $
# #
DISTNAME= sis-1.2 DISTNAME= sis-1.2
@ -18,6 +18,7 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= volf@oasis.IAEhv.nl MAINTAINER= volf@oasis.IAEhv.nl
USE_XLIB= yes
MAKEFILE= Makefile.FreeBSD MAKEFILE= Makefile.FreeBSD
MAN1= espresso.1 jedi.1 nova.1 sis.1 sred.1 stamina.1 \ MAN1= espresso.1 jedi.1 nova.1 sis.1 sred.1 stamina.1 \
vst2blif.1 xsis.1 vst2blif.1 xsis.1

View file

@ -3,7 +3,7 @@
# Date created: Sep 1, 1996 # Date created: Sep 1, 1996
# Whom: joerg # Whom: joerg
# #
# $Id: Makefile,v 1.6 1998/08/28 07:02:05 hoek Exp $ # $Id: Makefile,v 1.7 1998/08/30 00:54:30 hoek Exp $
# #
DISTNAME= xcept-2.1.2 DISTNAME= xcept-2.1.2
@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= joerg@FreeBSD.ORG MAINTAINER= joerg@FreeBSD.ORG
USE_XLIB= yes
MAN1= xcept.1 MAN1= xcept.1
MAN8= ceptd.8 MAN8= ceptd.8
MANCOMPRESSED= maybe MANCOMPRESSED= maybe

View file

@ -3,7 +3,7 @@
# Date created: 18 June 1997 # Date created: 18 June 1997
# Whom: Thomas Gellekum <tg@freebsd.org> # Whom: Thomas Gellekum <tg@freebsd.org>
# #
# $Id: Makefile,v 1.4 1998/06/26 01:18:40 asami Exp $ # $Id: Makefile,v 1.5 1998/06/26 21:36:56 asami Exp $
# #
DISTNAME= asl-1.41r7 DISTNAME= asl-1.41r7
@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= devel/lang/assemblers
MAINTAINER= ports@FreeBSD.org MAINTAINER= ports@FreeBSD.org
BUILD_DEPENDS= mkdirhier:${PORTSDIR}/x11/XFree86
MAN1= asl.1 p2bin.1 p2hex.1 pbind.1 plist.1 MAN1= asl.1 p2bin.1 p2hex.1 pbind.1 plist.1
post-extract: post-extract:

View file

@ -3,7 +3,7 @@
# Date created: 29.9.1997 # Date created: 29.9.1997
# Whom: cracauer@cons.org "Martin Cracauer" # Whom: cracauer@cons.org "Martin Cracauer"
# #
# $Id: Makefile,v 1.13 1998/10/08 18:48:56 cracauer Exp $ # $Id: Makefile,v 1.14 1998/11/14 09:43:07 asami Exp $
# #
DISTNAME= ilu-2.0alpha12 DISTNAME= ilu-2.0alpha12
@ -16,6 +16,8 @@ PATCHFILES= ${DISTNAME}-patches.html.gz
MAINTAINER= cracauer@cons.org MAINTAINER= cracauer@cons.org
BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86
CONFIGURE_ARGS= --enable-http-protocol --enable-os-threads=posix CONFIGURE_ARGS= --enable-http-protocol --enable-os-threads=posix
NO_WRKSUBDIR= yes NO_WRKSUBDIR= yes

View file

@ -3,7 +3,7 @@
# Date created: Wed Nov 26, 1996 # Date created: Wed Nov 26, 1996
# Whom: pgf # Whom: pgf
# #
# $Id: Makefile,v 1.15 1998/06/04 20:42:03 gj Exp $ # $Id: Makefile,v 1.16 1998/06/27 05:19:53 asami Exp $
# #
DISTNAME= vile-8.0 DISTNAME= vile-8.0
@ -16,6 +16,7 @@ EXTRACT_SUFX= .tgz
MAINTAINER= gj@freebsd.org MAINTAINER= gj@freebsd.org
USE_XLIB= yes
MAKEFILE= makefile MAKEFILE= makefile
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-screen=${SCREEN_TYPE} ${WITH_PERL} CONFIGURE_ARGS= --with-screen=${SCREEN_TYPE} ${WITH_PERL}

View file

@ -3,7 +3,7 @@
# Date created: 7 March 1995 # Date created: 7 March 1995
# Whom: joerg # Whom: joerg
# #
# $Id: Makefile,v 1.10 1998/08/02 18:21:40 joerg Exp $ # $Id: Makefile,v 1.11 1998/10/25 18:28:52 fenner Exp $
# #
DISTNAME= pcemu1.01alpha DISTNAME= pcemu1.01alpha
@ -33,4 +33,6 @@ MASTER_SITES+= ftp://ftp.cs.bris.ac.uk/pub/users/hedley/
MAINTAINER= joerg@FreeBSD.org MAINTAINER= joerg@FreeBSD.org
USE_XLIB= yes
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 20 November 1994 # Date created: 20 November 1994
# Whom: jmz # Whom: jmz
# #
# $Id: Makefile,v 1.6 1996/11/18 13:58:43 asami Exp $ # $Id: Makefile,v 1.7 1997/01/03 09:36:40 obrien Exp $
# #
DISTNAME= golddig2 DISTNAME= golddig2
@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= jmz@FreeBSD.org MAINTAINER= jmz@FreeBSD.org
USE_XLIB= yes
MAN6= golddig.6 MAN6= golddig.6
pre-patch: pre-patch:

View file

@ -4,7 +4,7 @@
# Date created: Wed June 24, 1998 # Date created: Wed June 24, 1998
# Whom: Steven H. Samorodin (samorodi@NUXI.com) # Whom: Steven H. Samorodin (samorodi@NUXI.com)
# #
# $Id: Makefile,v 1.16 1998/01/14 02:40:04 obrien Exp $ # $Id: Makefile,v 1.1.1.1 1998/06/25 08:04:11 obrien Exp $
# #
DISTNAME= ishido-1.1 DISTNAME= ishido-1.1
@ -14,6 +14,7 @@ MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \
MAINTAINER= samorodi@NUXI.com MAINTAINER= samorodi@NUXI.com
USE_XLIB= yes
MAN6= ishido.6 MAN6= ishido.6
do-install: do-install:

View file

@ -3,7 +3,7 @@
# Date created: 6 May 1995 # Date created: 6 May 1995
# Whom: jmz # Whom: jmz
# #
# $Id$ # $Id: Makefile,v 1.6 1998/08/23 07:34:41 hoek Exp $
# #
PKGNAME= xevil-1.5 PKGNAME= xevil-1.5
@ -14,6 +14,7 @@ DISTFILES= xevil1.5.tar.Z
MAINTAINER= jmz@FreeBSD.org MAINTAINER= jmz@FreeBSD.org
USE_XLIB= yes
MAN6= xevil.6 MAN6= xevil.6
MANCOMPRESSED= yes MANCOMPRESSED= yes