288a552d07
GPM (which we do not support) and its lovely signal handler. See my comment in main.c for more information. This fixes the extremely annoying behavior I've been noticing on NetBSD-current where links seems to send a SIGSTP to any jobs attempting to use its terminal after it received a SIGSTP. Bump rev.
28 lines
759 B
Text
28 lines
759 B
Text
# $NetBSD: Makefile.common,v 1.40 2007/11/30 09:11:11 bjs Exp $
|
|
|
|
DISTNAME= links-2.1pre31
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://links.twibright.com/download/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jschauma@NetBSD.org
|
|
HOMEPAGE= http://links.twibright.com/
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --enable-javascript
|
|
|
|
PLIST_SRC= ${.CURDIR}/../../www/links/PLIST
|
|
PATCHDIR= ${.CURDIR}/../../www/links/patches
|
|
DISTINFO_FILE= ${.CURDIR}/../../www/links/distinfo
|
|
|
|
.include "options.mk"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/links
|
|
${INSTALL_DATA} ${WRKSRC}/KEYS ${DESTDIR}${PREFIX}/share/doc/links
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|