summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-12 14:43:23 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-12 14:43:23 +0000
commit1f6a39a84e10fec37df3728c67f6821cc88e7231 (patch)
tree97ae5019218968b99f2894114562532ab97bb4da /security
parent7923936df560993a53a43905e2f693c1d5d6fdba (diff)
downloadpkgsrc-1f6a39a84e10fec37df3728c67f6821cc88e7231.tar.gz
First step at reworking Linux binary packages.
Change most pkgs to depend on either emulators/suse_linux/Makefile.application (normal pkgs) or Makefile.common (suse91 and suse themselves) to filter out Operating Systems without Linux ABI support. Use CPU masks to limit the pkg to supported platforms.
Diffstat (limited to 'security')
-rw-r--r--security/uvscan/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile
index 18aeb4db9a4..1dbb4af2e0a 100644
--- a/security/uvscan/Makefile
+++ b/security/uvscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2005/12/03 20:18:52 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2005/12/12 14:43:26 joerg Exp $
DISTNAME= vlnx424e
PKGNAME= uvscan-4.24.1
@@ -12,9 +12,13 @@ COMMENT= Evaluation version of a DOS/Windows file virus scanner
CONFLICTS= uvscan-dat-[0-9]*
+.include "../../emulators/suse_linux/Makefile.application"
+
+.if !defined(USE_NATIVE_LINUX)
DEPENDS+= suse_compat>=6.1:../../emulators/${SUSE_DIR_PREFIX}_compat
+.endif
-ONLY_FOR_PLATFORM= NetBSD-*-i386
+ONLY_FOR_PLATFORM= *-*-i386
CHECK_SHLIBS= NO
WRKSRC= ${WRKDIR}
@@ -78,5 +82,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/$${file} ${DOCDIR}; \
done
-.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"