diff options
Diffstat (limited to 'archivers/stuffit')
-rw-r--r-- | archivers/stuffit/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile index 4b22d003c05..b24e4abf619 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2006/12/15 14:34:18 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2007/07/29 05:18:36 jlam Exp $ DISTNAME= stuffit520.611linux-i386 PKGNAME= stuffit-5.2.0.611 @@ -10,23 +10,17 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.stuffit.com/unix/stuffit/ COMMENT= Stuffit Archive Creator and Expander -.include "../../emulators/suse_linux/Makefile.application" - -.if !defined(USE_NATIVE_LINUX) -DEPENDS+= suse_base>=6:../../emulators/${SUSE_DIR_PREFIX}_base -.endif - RESTRICTED= Redistribution not permitted NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -ONLY_FOR_PLATFORM= *-*-i386 +EMUL_PLATFORMS= linux-i386 +EMUL_MODULES.linux= base WRKSRC= ${WRKDIR} -NO_CONFIGURE= yes -NO_BUILD= yes +BUILD_DIRS= # empty INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 INSTALLATION_DIRS+= share/doc/stuffit/stuff share/doc/stuffit/unstuff |