summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authortron <tron>2000-08-23 23:14:21 +0000
committertron <tron>2000-08-23 23:14:21 +0000
commit3bb1003bffe659fe78e3ff049aa5e426d687763a (patch)
tree623953a643a6181e26e24311ef14ff20193779e7 /emulators
parentea8b8736a98aa0f9cc1e367db350fc4ffa0d09b1 (diff)
downloadpkgsrc-3bb1003bffe659fe78e3ff049aa5e426d687763a.tar.gz
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/wine-current/Makefile8
-rw-r--r--emulators/wine/Makefile9
-rw-r--r--emulators/xcopilot/Makefile7
-rw-r--r--emulators/xmame/Makefile8
4 files changed, 16 insertions, 16 deletions
diff --git a/emulators/wine-current/Makefile b/emulators/wine-current/Makefile
index e8804e13091..540265199ba 100644
--- a/emulators/wine-current/Makefile
+++ b/emulators/wine-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/08/23 15:33:40 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2000/08/23 23:14:24 tron Exp $
DISTNAME= Wine-990328
PKGNAME= wine-990328
@@ -9,13 +9,13 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/}
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.winehq.com/
-DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= ncurses>=4.2:../../devel/ncurses
ONLY_FOR_PLATFORM= NetBSD-*-i386
-USE_X11= yes
-GNU_CONFIGURE= yes
+USE_X11= YES
+USE_XPM= YES
+GNU_CONFIGURE= YES
CONFIGURE_ARGS= --enable-dll
CONFIGURE_ENV= CC="${CC} -idirafter ${LOCALBASE}/include"
MAKE_ENV= LDOPTIONS="${LDFLAGS}"
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index 67334c4a781..a9e3a2081e9 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2000/08/23 15:33:39 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2000/08/23 23:14:24 tron Exp $
DISTNAME= Wine-981211
PKGNAME= wine-981211
@@ -9,12 +9,11 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE:=ALPHA/wine/development/}
MAINTAINER= mycroft@netbsd.org
HOMEPAGE= http://www.winehq.com/
-DEPENDS+= xpm-3.4k:../../graphics/xpm
-
ONLY_FOR_PLATFORM= NetBSD-*-i386
-USE_X11BASE= yes
-GNU_CONFIGURE= yes
+USE_X11BASE= YES
+USE_XPM= YES
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-dll
post-install:
diff --git a/emulators/xcopilot/Makefile b/emulators/xcopilot/Makefile
index ca433bfc05e..3120467a9c7 100644
--- a/emulators/xcopilot/Makefile
+++ b/emulators/xcopilot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/05/24 20:39:42 tv Exp $
+# $NetBSD: Makefile,v 1.3 2000/08/23 23:14:24 tron Exp $
#
DISTNAME= xcopilot-0.6.6
@@ -12,7 +12,8 @@ DEPENDS+= xpm-3.4k:../../graphics/xpm
NOT_FOR_PLATFORM= *-*-alpha # suspected LP64 bugs
-GNU_CONFIGURE= yes
-USE_X11= yes
+GNU_CONFIGURE= YES
+USE_X11= YES
+USE_XPM= YES
.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index 269baf8ddb1..db8ae87372f 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2000/07/13 20:54:01 martin Exp $
+# $NetBSD: Makefile,v 1.38 2000/08/23 23:14:24 tron Exp $
#
DISTNAME= xmame-0.37b4.1
@@ -10,10 +10,10 @@ MAINTAINER= soren@netbsd.org
HOMEPAGE= http://x.mame.net/
DEPENDS= unzip>=5.40:../../archivers/unzip
-DEPENDS+= xpm-3.4k:../../graphics/xpm
-USE_X11BASE= yes
-USE_GMAKE= yes
+USE_X11BASE= YES
+USE_XPM= YES
+USE_GMAKE= YES
MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} \
MAME_CPU=${MAME_CPU} \
INSTALL_MAN="${INSTALL_MAN}" \