pkgsrc/www/links/Makefile.common
wiz f738d1d6bd Update to 2.1pre19:
Fri Sep  9 00:37:42 CEST 2005 mikulas:

	Fix crash when directory disappeared while opening it

Tue Sep  6 16:14:26 MET 2005 user:

	HTTP 307 redirect (as equivalent of 302)

Sun Aug 21 19:18:34 MET 2005 user:

	(sponsored by Knapp Systems)
	Keyboard handlers in javascript
	Inverted text

Tue Aug  9 16:06:38 MET DST 2005 Jakub Bogusz

	Updated Polish translation

Tue Aug  9 16:05:04 MET DST 2005 Jakub Bogusz

	Fixed memory corruption when passing parameters to framebuffer driver

Thu Aug  4 18:11:37 CEST 2005 mikulas:

	Fixed compilation problem without javascript
2005-10-20 00:23:05 +00:00

24 lines
695 B
Makefile

# $NetBSD: Makefile.common,v 1.27 2005/10/20 00:23:05 wiz Exp $
DISTNAME= links-2.1pre19
CATEGORIES= www
MASTER_SITES= http://links.twibright.com/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/
PKG_INSTALLATION_TYPES= overwrite pkgviews
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-javascript
PLIST_SRC= ${.CURDIR}/../../www/links/PLIST
PATCHDIR= ${.CURDIR}/../../www/links/patches
DISTINFO_FILE= ${.CURDIR}/../../www/links/distinfo
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/links
${INSTALL_DATA} ${WRKSRC}/KEYS ${PREFIX}/share/doc/links
.include "../../security/openssl/buildlink3.mk"