summaryrefslogtreecommitdiff
path: root/emulators/suse_xforms/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-05-17 12:01:52 +0000
committertron <tron@pkgsrc.org>1999-05-17 12:01:52 +0000
commit0f6b0c7ed744bb6656ae3d70dd5d13ad3e0ef4bd (patch)
tree028797c00a2deec6e91e239a3ec80cd9a05db292 /emulators/suse_xforms/Makefile
parent12d38d633dd1ebbb785b4f4acd138852d400a214 (diff)
downloadpkgsrc-0f6b0c7ed744bb6656ae3d70dd5d13ad3e0ef4bd.tar.gz
New "suse_xforms" package:
Linux compatibility package for xforms binaries
Diffstat (limited to 'emulators/suse_xforms/Makefile')
-rw-r--r--emulators/suse_xforms/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/emulators/suse_xforms/Makefile b/emulators/suse_xforms/Makefile
new file mode 100644
index 00000000000..c1c4296b073
--- /dev/null
+++ b/emulators/suse_xforms/Makefile
@@ -0,0 +1,40 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/05/17 12:01:52 tron Exp $
+
+DISTNAME= xforms
+PKGNAME= suse_xforms-6.1
+CATEGORIES= emulators
+MASTER_SITES= ftp://ftp.suse.com/pub/suse/i386/6.1/suse/xdev1/ \
+ ftp://ftp.cs.unm.edu/mirrors/SuSE61/suse/xdev1/
+EXTRACT_SUFX= .rpm
+ONLY_FOR_ARCHS= i386
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.suse.com/
+
+DEPENDS+= suse_x11-6.1:../suse_x11
+
+DIST_SUBDIR= suse
+MIRROR_DISTFILE= no
+
+EXTRACT_ONLY= # empty
+NO_BUILD= yes
+NO_PATCH= yes
+NO_CONFIGURE= 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}
+
+.include "../../mk/bsd.pkg.mk"