2006-04-03 20:17:54 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2006/04/03 18:17:55 ghen Exp $
|
2006-03-09 21:36:06 +01:00
|
|
|
|
|
|
|
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}"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include "../../emulators/suse100_linux/Makefile.common"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|