From 4eefe70e755db44dbaedc8f31a4a60bf29c6189f Mon Sep 17 00:00:00 2001 From: tonio Date: Thu, 9 Mar 2006 20:36:06 +0000 Subject: Import openSUSE 10.0 base packages for Linux emulation Add support for powerpc (but it does *not* work stable yet) --- emulators/suse100_libjpeg/Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 emulators/suse100_libjpeg/Makefile (limited to 'emulators/suse100_libjpeg/Makefile') diff --git a/emulators/suse100_libjpeg/Makefile b/emulators/suse100_libjpeg/Makefile new file mode 100644 index 00000000000..bb20cee74eb --- /dev/null +++ b/emulators/suse100_libjpeg/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/03/09 20:37:33 tonio Exp $ + +DISTNAME= suse_libjpeg-${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 the JPEG library + +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" -- cgit v1.2.3