pkgsrc/emulators/suse91_expat/Makefile
salo 8ac66da67c Add x86_64 files to SUSE emulation packages to make it easier
for COMPAT_LINUX testers to play with.  Untested in run-time.
2006-01-08 16:53:21 +00:00

25 lines
651 B
Makefile

# $NetBSD: Makefile,v 1.5 2006/01/08 16:53:21 salo Exp $
DISTNAME= suse_expat-${SUSE_VERSION}
PKGREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_SUSE91}
DISTFILES= ${RPMFILES}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package for expat binaries
DEPENDS+= suse_base>=${SUSE_VERSION}:../../emulators/suse91_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/suse91_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"