24 lines
645 B
Makefile
24 lines
645 B
Makefile
# $NetBSD: Makefile,v 1.5 2006/08/02 14:26:13 salo Exp $
|
|
|
|
DISTNAME= suse_libtiff-${SUSE_VERSION}
|
|
PKGREVISION= 3
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= ${MASTER_SITE_SUSE100}
|
|
DISTFILES= ${RPMFILES}
|
|
|
|
MAINTAINER= tonio@NetBSD.org
|
|
HOMEPAGE= http://www.suse.com/
|
|
COMMENT= Linux compatibility package for the TIFF library
|
|
|
|
DEPENDS+= suse_libjpeg-${SUSE_VERSION}{,nb*}:../../emulators/suse100_libjpeg
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_BUILD= YES
|
|
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"
|