remove xpm dependencies: xpm is part of OpenBSD as of 2.3
This commit is contained in:
parent
fc97b432ed
commit
df198abbb3
@ -1,5 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.4 1999/01/14 03:29:52 angelos Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.5 1999/04/09 02:27:12 brad Exp $
|
||||
|
||||
DISTNAME= xboing2.4
|
||||
PKGNAME= xboing-2.4
|
||||
@ -10,8 +9,6 @@ MAINTAINER= angelos@openbsd.org
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= games
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
USE_IMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/xboing
|
||||
|
||||
|
@ -1,15 +1,5 @@
|
||||
# New ports collection makefile for: fxtv
|
||||
# Version required: 0.48
|
||||
# Date created: Tue Mar 23 18:07:47 PST 1999
|
||||
# Whom: Jason Downs <downsj@downsj.com>
|
||||
#
|
||||
# From FreeBSD:
|
||||
# Date created: Sun Sep 7 17:55:07 EDT 1997
|
||||
# Whom: Randall Hopper <aa8vb@ipass.net>
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1999/04/09 02:27:12 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.17 1999/03/16 14:01:06 roger Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 1999/03/24 02:20:21 downsj Exp $
|
||||
#
|
||||
|
||||
DISTNAME= fxtv-0.48
|
||||
CATEGORIES= graphics
|
||||
@ -18,10 +8,9 @@ EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= downsj@downsj.com
|
||||
|
||||
LIB_DEPENDS= tiff\\.3\\.4:${PORTSDIR}/graphics/tiff34 \
|
||||
jpeg\\.62\\.:${PORTSDIR}/graphics/jpeg \
|
||||
Xaw3d\\.6:${PORTSDIR}/x11/Xaw3d \
|
||||
Xpm\\.4:${PORTSDIR}/graphics/xpm
|
||||
LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff34 \
|
||||
jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
Xaw3d:${PORTSDIR}/x11/Xaw3d
|
||||
|
||||
# This program does not actually require the programs below, but they are
|
||||
# needed if you use digital video recording and playback.
|
||||
|
@ -1,11 +1,5 @@
|
||||
# New ports collection makefile for: xbmbrowser
|
||||
# Version required: xbmbrowser5.1
|
||||
# Date created: 05 May 1998
|
||||
# Whom: Oleg Safiullin <form@OpenBSD.ORG>
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1998/10/20 08:39:46 form Exp $
|
||||
# FreeBSD: Makefile,v 1.3 1997/08/26 07:12:20 tg Exp
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.4 1999/04/09 02:27:13 brad Exp $
|
||||
# $FreeBSD: Makefile,v 1.3 1997/08/26 07:12:20 tg Exp $
|
||||
|
||||
DISTNAME= xbmbrowser5.1
|
||||
PKGNAME= xbmbrowser-5.1
|
||||
@ -13,13 +7,7 @@ CATEGORIES= graphics
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= utilities
|
||||
|
||||
MAINTAINER= form@OpenBSD.ORG
|
||||
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
MAINTAINER= ports@openbsd.org
|
||||
|
||||
USE_IMAKE= yes
|
||||
USE_GMAKE= yes
|
||||
|
@ -1,10 +1,4 @@
|
||||
# OpenBSD makefile for: xfig
|
||||
# Version required: 3.2
|
||||
# Date created: December 2, 1997
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.4 1998/07/04 06:41:03 marc Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.5 1999/04/09 02:27:14 brad Exp $
|
||||
|
||||
DISTNAME= xfig.3.2.2
|
||||
PKGNAME= xfig-3.2.2
|
||||
@ -14,13 +8,8 @@ MASTER_SITE_SUBDIR= applications/drawing_tools/xfig
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
LIB_DEPENDS= jpeg\\.62\\.:${PORTSDIR}/graphics/jpeg \
|
||||
Xaw3d\\.6\\.:${PORTSDIR}/x11/Xaw3d
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
Xaw3d:${PORTSDIR}/x11/Xaw3d
|
||||
RUN_DEPENDS= fig2dev:${PORTSDIR}/print/transfig \
|
||||
gv:${PORTSDIR}/print/gv
|
||||
|
||||
|
@ -1,10 +1,4 @@
|
||||
# OpenBSD makefile for: xpaint
|
||||
# Version required: 2.4.8
|
||||
# Date created: December 2, 1997
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.7 1998/07/04 03:22:14 marc Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.8 1999/04/09 02:27:14 brad Exp $
|
||||
|
||||
DISTNAME= xpaint-2.5.5
|
||||
CATEGORIES= graphics x11
|
||||
@ -12,14 +6,9 @@ MASTER_SITES= http://www.danbbs.dk/~torsten/xpaint/
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
LIB_DEPENDS= jpeg\\.62\\.:${PORTSDIR}/graphics/jpeg \
|
||||
tiff\\.3\\.4:${PORTSDIR}/graphics/tiff34 \
|
||||
png\\.1\\.:${PORTSDIR}/graphics/png
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
|
||||
tiff:${PORTSDIR}/graphics/tiff34 \
|
||||
png:${PORTSDIR}/graphics/png
|
||||
|
||||
WRKSRC= ${WRKDIR}/xpaint
|
||||
USE_IMAKE= yes
|
||||
|
@ -1,10 +1,4 @@
|
||||
# OpenBSD makefile for: asmail
|
||||
# Version required: 0.50
|
||||
# Date created: 16 May 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 1998/06/13 23:27:00 marc Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1999/04/09 02:27:15 brad Exp $
|
||||
|
||||
DISTNAME= asmail-0.50
|
||||
CATEGORIES= mail x11
|
||||
@ -13,12 +7,6 @@ MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/apps/asmail/ \
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
PIXMAPS= e/e-no.xpm e/e0.xpm e/e1.xpm e/e10.xpm e/e11.xpm e/e2.xpm \
|
||||
|
@ -1,10 +1,4 @@
|
||||
# OpenBSD makefile for: xfaces-3.3
|
||||
# Version required: 1.6.1
|
||||
# Date created: December 4, 1997
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 1998/06/13 23:27:01 marc Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1999/04/09 02:27:15 brad Exp $
|
||||
|
||||
DISTNAME= xfaces-3.3
|
||||
CATEGORIES= mail
|
||||
@ -16,13 +10,7 @@ DISTFILES= ${DISTNAME}.tar.Z xfaces-sounds.tar.gz
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
LIB_DEPENDS= compface\\.1\\.:${PORTSDIR}/mail/faces
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS+= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
|
||||
LIB_DEPENDS= compface:${PORTSDIR}/mail/faces
|
||||
|
||||
USE_IMAKE= YES
|
||||
|
||||
|
@ -1,26 +1,14 @@
|
||||
# New ports collection makefile for: xfmail
|
||||
# Version required: 1.3
|
||||
# Date created: 08 July 1998
|
||||
# Whom: form@OpenBSD.ORG
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1998/10/20 08:39:46 form Exp $
|
||||
# NetBSD: Makefile,v 1.2 1998/07/04 09:19:04 mycroft Exp
|
||||
# $OpenBSD: Makefile,v 1.4 1999/04/09 02:27:16 brad Exp $
|
||||
# $NetBSD: Makefile,v 1.2 1998/07/04 09:19:04 mycroft Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xfmail-1.3
|
||||
CATEGORIES= mail x11
|
||||
MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/
|
||||
|
||||
MAINTAINER= form@OpenBSD.ORG
|
||||
MAINTAINER= ports@openbsd.org
|
||||
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
LIB_DEPENDS+= forms\\.0\\.88:${PORTSDIR}/x11/xforms
|
||||
|
||||
#DEPENDS+= gdbm-1.7.3:${PORTSDIR}/databases/gdbm
|
||||
LIB_DEPENDS+= forms:${PORTSDIR}/x11/xforms
|
||||
|
||||
ONLY_FOR_ARCHS= i386 sparc m68k hp300
|
||||
|
||||
|
@ -1,10 +1,4 @@
|
||||
# OpenBSD makefile for: lyx
|
||||
# Version required: 0.12.0
|
||||
# Date created: July 12 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 1999/02/23 06:02:33 turan Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1999/04/09 02:27:16 brad Exp $
|
||||
|
||||
DISTNAME= lyx-1.0.0
|
||||
CATEGORIES= print
|
||||
@ -15,13 +9,11 @@ MAINTAINER= angelos@openbsd.org
|
||||
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
||||
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
|
||||
ispell:${PORTSDIR}/textproc/ispell
|
||||
LIB_DEPENDS= xforms\\.0\\.:${PORTSDIR}/x11/xforms \
|
||||
Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
LIB_DEPENDS= xforms:${PORTSDIR}/x11/xforms
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
STRIP=
|
||||
CONFIGURE_ARGS+=--with-extra-lib=${X11BASE}/lib --with-extra-inc="${X11BASE}/include ${X11BASE}/include/X11"
|
||||
MAN1= lyx.1
|
||||
|
||||
post-install:
|
||||
@strip ${PREFIX}/bin/lyx
|
||||
|
@ -1,10 +1,4 @@
|
||||
# OpenBSD makefile for: afterstep
|
||||
# Version required: 1.0
|
||||
# Date created: 6 January 1998
|
||||
# Whom: Don Schmidt
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1998/06/13 23:27:04 marc Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.4 1999/04/09 02:27:17 brad Exp $
|
||||
|
||||
DISTNAME= AfterStep-1.0
|
||||
PKGNAME= afterstep-1.0
|
||||
@ -13,12 +7,6 @@ MASTER_SITES= ftp://afterstep.foo.net/pub/AfterStep/
|
||||
|
||||
MAINTAINER= don@OpenBSD.ORG
|
||||
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
|
||||
USE_X11= yes
|
||||
INSTALL_TARGET= install install.man
|
||||
MAN1= afterstep.1 asclock.1 Animate.1 Audio.1 Auto.1 Banner.1 Pager.1 Wharf.1
|
||||
|
@ -1,10 +1,4 @@
|
||||
# OpenBSD makefile for: bricons
|
||||
# Version required: 3.0 with colour icons
|
||||
# Date created: May 19 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1999/04/05 10:36:43 rohee Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.4 1999/04/09 02:27:17 brad Exp $
|
||||
|
||||
DISTNAME= bricons
|
||||
PKGNAME= bricons-3.0
|
||||
@ -15,12 +9,6 @@ EXTRACT_SUFX= -athena-3.0.tar.gz
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
post-install:
|
||||
|
@ -1,10 +1,4 @@
|
||||
# OpenBSD makefile for: ctwm
|
||||
# Version required: 3.4
|
||||
# Date created: 11 January 1998
|
||||
# Whom: Don Schmidt
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 1998/06/13 23:27:07 marc Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1999/04/09 02:27:18 brad Exp $
|
||||
|
||||
DISTNAME= ctwm-3.5
|
||||
CATEGORIES= x11
|
||||
@ -12,12 +6,6 @@ MASTER_SITES= ftp://slhp1.epfl.ch/pub/
|
||||
|
||||
MAINTAINER= don@OpenBSD.ORG
|
||||
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,10 +1,4 @@
|
||||
# OpenBSD makefile for: xdtm
|
||||
# Version required: 2.5.5
|
||||
# Date created: May 19 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 1998/06/13 23:27:11 marc Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1999/04/09 02:27:18 brad Exp $
|
||||
|
||||
DISTNAME= xdtm-2.5.5
|
||||
CATEGORIES= x11
|
||||
@ -13,12 +7,6 @@ MASTER_SITE_SUBDIR= applications/xdtm
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
|
||||
USE_IMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/xdtm
|
||||
|
||||
|
@ -1,25 +1,12 @@
|
||||
# OpenBSD makefile for: xfedor
|
||||
# Version required: 1994 year version with Imakefile
|
||||
# Date created: May 19 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# ATTENTION: It not work in > 256 colors modes, please fix it
|
||||
# if you can.
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 1998/06/13 23:27:12 marc Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1999/04/09 02:27:19 brad Exp $
|
||||
# ATTENTION: It does not work in > 256 color modes, please fix
|
||||
# it if you can.
|
||||
|
||||
DISTNAME= xfedor
|
||||
PKGNAME= xfedor-1.0
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://ftp.kiarchive.ru/pub/x11/util/
|
||||
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
@ -1,21 +1,11 @@
|
||||
# OpenBSD makefile for: xfm
|
||||
# Version required: 1.3.2
|
||||
# Date created: May 18 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.2 1998/06/13 23:27:14 marc Exp $
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.3 1999/04/09 02:27:20 brad Exp $
|
||||
|
||||
DISTNAME= xfm-1.3.2
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
||||
MASTER_SITE_SUBDIR= applications
|
||||
|
||||
OS_RELEASE!= uname -r
|
||||
OS_HAS_XPM= 2.3
|
||||
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
||||
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||||
.endif
|
||||
MAINTAINER= ports@openbsd.org
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user