summaryrefslogtreecommitdiff
path: root/archivers/stuffit
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-12 14:43:23 +0000
committerjoerg <joerg>2005-12-12 14:43:23 +0000
commitb6040619aa907584751304a36c1d26313cff26e6 (patch)
tree97ae5019218968b99f2894114562532ab97bb4da /archivers/stuffit
parent71133dae32f632249eb0e87a1e49bee676db468f (diff)
downloadpkgsrc-b6040619aa907584751304a36c1d26313cff26e6.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 'archivers/stuffit')
-rw-r--r--archivers/stuffit/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile
index 13ba17f274e..d206e056643 100644
--- a/archivers/stuffit/Makefile
+++ b/archivers/stuffit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/10/09 18:35:25 ben Exp $
+# $NetBSD: Makefile,v 1.22 2005/12/12 14:43:23 joerg Exp $
DISTNAME= stuffit520.611linux-i386
PKGNAME= stuffit-5.2.0.611
@@ -9,9 +9,9 @@ MAINTAINER= ben@NetBSD.org
HOMEPAGE= http://www.stuffit.com/unix/stuffit/
COMMENT= Stuffit Archive Creator and Expander
-.include "../../mk/bsd.prefs.mk"
+.include "../../emulators/suse_linux/Makefile.application"
-.if ${OPSYS} == "NetBSD"
+.if !defined(USE_NATIVE_LINUX)
DEPENDS+= suse_base>=6:../../emulators/${SUSE_DIR_PREFIX}_base
.endif
@@ -21,7 +21,7 @@ NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
-ONLY_FOR_PLATFORM= Linux-*-i386 NetBSD-*-i386
+ONLY_FOR_PLATFORM= *-*-i386
WRKSRC= ${WRKDIR}
CHECK_SHLIBS= NO
@@ -41,5 +41,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/doc/unstuff/* \
${PREFIX}/share/doc/stuffit/unstuff/
-.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"