summaryrefslogtreecommitdiff
path: root/emulators/suse_glx/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-04-04 09:46:51 +0000
committertron <tron@pkgsrc.org>2002-04-04 09:46:51 +0000
commit5b8f7bf0ac8f2a38d790e91d05b84aa38cbc1ad2 (patch)
tree7757f636d91a594e619e40c3243df44dbf9af1ec /emulators/suse_glx/Makefile
parent8ad41b9c82da45387ed026ae80af45ec0afdc030 (diff)
downloadpkgsrc-5b8f7bf0ac8f2a38d790e91d05b84aa38cbc1ad2.tar.gz
Update SuSE packages to version 7.3. The included libraries and binaries
make it possible to use recent Linux applications on a NetBSD-current (1.5ZC built from 2002-04-04 sources) kernel.
Diffstat (limited to 'emulators/suse_glx/Makefile')
-rw-r--r--emulators/suse_glx/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/emulators/suse_glx/Makefile b/emulators/suse_glx/Makefile
index 28aa427059d..bb37e45e42e 100644
--- a/emulators/suse_glx/Makefile
+++ b/emulators/suse_glx/Makefile
@@ -1,14 +1,12 @@
-# $NetBSD: Makefile,v 1.8 2002/02/21 17:28:40 martti Exp $
-#
+# $NetBSD: Makefile,v 1.9 2002/04/04 09:46:59 tron Exp $
-DISTNAME= suse_glx-${SUSE_VERSION}
-PKGREVISION= 1
+DISTNAME= glx
+PKGNAME= suse_${DISTNAME}-${SUSE_VERSION}
CATEGORIES= emulators
-MASTER_SITES= ${MASTER_SITE_SUSE:=x3d1/} \
- ftp://ftp.suse.com/pub/suse/i386/update/${SUSE_VERSION}/x3d1/
-DISTFILES= ${RPMFILES}
+MASTER_SITES= ${MASTER_SITE_SUSE:=x3d1/}
+EXTRACT_SUFX= .rpm
-MAINTAINER= packages@netbsd.org
+MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for GLX binaries
@@ -17,9 +15,9 @@ DEPENDS+= suse_x11>=${SUSE_VERSION}:../../emulators/suse_x11
ONLY_FOR_PLATFORM= NetBSD-*-i386
EXTRACT_ONLY= # empty
-NO_BUILD= yes
+NO_BUILD= YES
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-RPMFILES= glx-000229-53.i386.rpm
+RPMFILES= ${DISTNAME}${EXTRACT_SUFX}
.include "../suse_linux/Makefile.common"