summaryrefslogtreecommitdiff
path: root/www/links/Makefile
diff options
context:
space:
mode:
authorjschauma <jschauma>2002-06-20 15:18:13 +0000
committerjschauma <jschauma>2002-06-20 15:18:13 +0000
commit6bd93943040df01976a1766978140088dbad333f (patch)
tree64dd5833fec2d8ac5f04bac3e32cb54f4040d23b /www/links/Makefile
parentb10652e9aba1892a5b6d7945fdf41c8af34ec4ba (diff)
downloadpkgsrc-6bd93943040df01976a1766978140088dbad333f.tar.gz
Update to version 2.0:
changes in links 0.9.7 -> 2.0 - JavaScript support - remade bookmarks - support for gamma corrections Split into pkgsrc/www/links and pkgsrc/www/links-gui: - rewritten to support graphics - support for various graphics drivers including: o X Window System o SVGAlib o Atheos GUI o PMShell - support for various graphics formats including: o PNG o JPEG o TIFF o GIF Update and split et al provided by Lubomir Sedlacik (salo at xtrmntr dot org) in PR##17218 - this commit closes this PR.
Diffstat (limited to 'www/links/Makefile')
-rw-r--r--www/links/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/www/links/Makefile b/www/links/Makefile
index ea069bb6668..0a45502474b 100644
--- a/www/links/Makefile
+++ b/www/links/Makefile
@@ -1,20 +1,13 @@
-# $NetBSD: Makefile,v 1.10 2002/06/17 10:33:54 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2002/06/20 15:18:13 jschauma Exp $
#
-DISTNAME= links-0.97
-CATEGORIES= www
-MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/links/download/ \
- http://www.add.com.pl/links/download/ \
- http://ice.dammit.lt/links/download/ \
- http://mirrors.oven.com/links/ \
- http://links.sourceforge.net/download/
+PKGNAME= links-2.0
-MAINTAINER= wiz@netbsd.org
-HOMEPAGE= http://artax.karlin.mff.cuni.cz/~mikulas/links/
COMMENT= Lynx-like text WWW browser
+CONFLICTS+= links-gui-[0-9]*
+
GNU_CONFIGURE= YES
USE_BUILDLINK_ONLY= YES
-.include "../../security/openssl/buildlink.mk"
-.include "../../mk/bsd.pkg.mk"
+.include "../../www/links/Makefile.common"