summaryrefslogtreecommitdiff
path: root/emulators/suse_x11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/suse_x11/Makefile')
-rw-r--r--emulators/suse_x11/Makefile32
1 files changed, 7 insertions, 25 deletions
diff --git a/emulators/suse_x11/Makefile b/emulators/suse_x11/Makefile
index 88aed508ef0..6b8df85afb5 100644
--- a/emulators/suse_x11/Makefile
+++ b/emulators/suse_x11/Makefile
@@ -1,37 +1,19 @@
-# $NetBSD: Makefile,v 1.6 1999/05/24 21:27:14 tron Exp $
+# $NetBSD: Makefile,v 1.7 1999/09/19 23:58:43 tron Exp $
-DISTNAME= suse_x11-6.1
+DISTNAME= suse_x11-6.1p1
CATEGORIES= emulators
-MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/x1/ \
- ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/x1/
-DISTFILES= xshared.rpm xpm.rpm
-ONLY_FOR_PLATFORM= NetBSD-*-i386
+MASTER_SITES= ${MASTER_SITE_SUSE:=x1/}
+DISTFILES= ${RPMFILES}
MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.suse.com/
-DEPENDS= suse_base-6.1:../suse_base
-
-DIST_SUBDIR= suse
-MIRROR_DISTFILE= no
+DEPENDS+= suse_base-6.1p1:../suse_base
EXTRACT_ONLY= # empty
NO_BUILD= yes
-NO_WRKSUBDIR= yes
-MANCOMPRESSED= yes
PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
-EMULSUBDIR= emul/linux
-EMULDIR= ${PREFIX}/${EMULSUBDIR}
-SBINDIR= ${PREFIX}/sbin
-
-do-install:
- cd ${_DISTDIR} && \
- ${SBINDIR}/rpm2pkg ${DISTFILES} >${PLIST_SRC}
- @${ECHO} "@exec %D/${EMULSUBDIR}/sbin/ldconfig -r %D/${EMULSUBDIR}" >>${PLIST_SRC}
- ${EMULDIR}/sbin/ldconfig -r ${EMULDIR} || ${TRUE}
-
-show-shlib-type:
- @${ECHO} linux-${MACHINE_ARCH}
+RPMFILES= xshared.rpm xpm.rpm
-.include "../../mk/bsd.pkg.mk"
+.include "../suse_linux/suse.mk"