summaryrefslogtreecommitdiff
path: root/www/links/Makefile.common
diff options
context:
space:
mode:
authorjschauma <jschauma@pkgsrc.org>2002-06-20 15:18:13 +0000
committerjschauma <jschauma@pkgsrc.org>2002-06-20 15:18:13 +0000
commita8b38f1e9980bc764fb07f665e435dd1e3ef7fb1 (patch)
tree64dd5833fec2d8ac5f04bac3e32cb54f4040d23b /www/links/Makefile.common
parent838a0f4253ef0797b18b7eb6b5fa37a8423f7c23 (diff)
downloadpkgsrc-a8b38f1e9980bc764fb07f665e435dd1e3ef7fb1.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.common')
-rw-r--r--www/links/Makefile.common22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/links/Makefile.common b/www/links/Makefile.common
new file mode 100644
index 00000000000..088f90cd9f6
--- /dev/null
+++ b/www/links/Makefile.common
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile.common,v 1.1 2002/06/20 15:18:13 jschauma Exp $
+#
+
+DISTNAME= links-2.0
+CATEGORIES= www
+MASTER_SITES= \
+ http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/download/ \
+ http://artax.karlin.mff.cuni.cz/~mikulas/links/download/ \
+ ftp://atrey.karlin.mff.cuni.cz/pub/local/clock/links/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jschauma@netbsd.org
+HOMEPAGE= http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/
+
+GNU_CONFIGURE= YES
+USE_BUILDLINK_ONLY= YES
+
+CONFIGURE_ARGS+= --enable-javascript
+PLIST_SRC= ../../www/links/PLIST
+
+.include "../../security/openssl/buildlink.mk"
+.include "../../mk/bsd.pkg.mk"