summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-12 14:43:23 +0000
committerjoerg <joerg>2005-12-12 14:43:23 +0000
commit540e0281a4e91b921b54e3d9f8acb7bac1458637 (patch)
tree97ae5019218968b99f2894114562532ab97bb4da /www
parent58cc45f1a9669fddaa13933caba743bb1880c96c (diff)
downloadpkgsrc-540e0281a4e91b921b54e3d9f8acb7bac1458637.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 'www')
-rw-r--r--www/asWedit/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/www/asWedit/Makefile b/www/asWedit/Makefile
index c6c356ae46b..5c41b15a052 100644
--- a/www/asWedit/Makefile
+++ b/www/asWedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/06/17 03:50:40 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2005/12/12 14:43:26 joerg Exp $
DISTNAME= ${PKGNAME}-i386.linux
PKGNAME= asWedit-4.0.1
@@ -10,9 +10,13 @@ MAINTAINER= tech-pkg@NetBSD.org
#HOMEPAGE= http://www.advasoft.com/asWedit.html
COMMENT= Motif HTML and text editor
+.include "../../emulators/suse_linux/Makefile.application"
+
+.if !defined(USE_NATIVE_LINUX)
DEPENDS+= suse_libc5>=7.3nb1:../../emulators/suse_libc5
+.endif
-ONLY_FOR_PLATFORM= NetBSD-*-i386
+ONLY_FOR_PLATFORM= *-*-i386
RESTRICTED= "No re-distribution"
NO_SRC_ON_FTP= ${RESTRICTED}
@@ -42,5 +46,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${docs} ${PREFIX}/share/doc/asWedit
.endfor
-.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"