summaryrefslogtreecommitdiff
path: root/emulators/suse100_expat/Makefile
diff options
context:
space:
mode:
authortonio <tonio@pkgsrc.org>2006-03-09 20:33:46 +0000
committertonio <tonio@pkgsrc.org>2006-03-09 20:33:46 +0000
commit04e9e931d23a1630f2d71269073f31105a740588 (patch)
tree90b8cd402dc25e1d903a58a2a92c5679be7a08a1 /emulators/suse100_expat/Makefile
parentbafe7402ac76277e5d217e97852990af3bb8e0ec (diff)
downloadpkgsrc-04e9e931d23a1630f2d71269073f31105a740588.tar.gz
Import openSUSE 10.0 base packages for Linux emulation
Add support for powerpc (but it does *not* work stable yet)
Diffstat (limited to 'emulators/suse100_expat/Makefile')
-rw-r--r--emulators/suse100_expat/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/emulators/suse100_expat/Makefile b/emulators/suse100_expat/Makefile
new file mode 100644
index 00000000000..f7532545c3d
--- /dev/null
+++ b/emulators/suse100_expat/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:35:09 tonio Exp $
+
+DISTNAME= suse_expat-${SUSE_VERSION}
+CATEGORIES= emulators
+MASTER_SITES= ${MASTER_SITE_SUSE100}
+DISTFILES= ${RPMFILES}
+
+MAINTAINER= tonio@NetBSD.org
+HOMEPAGE= http://www.suse.com/
+COMMENT= Linux compatibility package for expat binaries
+
+DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse100_base
+
+EXTRACT_ONLY= # empty
+NO_BUILD= YES
+LIBTOOLIZE_PLIST= NO
+PLIST_SRC= ${WRKDIR}/PLIST_DYNAMIC
+
+.if exists(Makefile.${MACHINE_ARCH})
+.include "Makefile.${MACHINE_ARCH}"
+DISTINFO_FILE= ${.CURDIR}/distinfo.${MACHINE_ARCH}
+.endif
+
+.include "../../emulators/suse100_linux/Makefile.common"
+.include "../../mk/bsd.pkg.mk"