pkgsrc-wip/links1/Makefile
Tobias Nygren d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00

22 lines
666 B
Makefile

# $NetBSD: Makefile,v 1.20 2008/01/18 04:30:16 tnn2 Exp $
#
DISTNAME= links-1.00pre20
PKGNAME= ${DISTNAME:S/links/links1/}
PKGREVISION= 1
CATEGORIES= www
MASTER_SITES= http://artax.karlin.mff.cuni.cz/~mikulas/links/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://artax.karlin.mff.cuni.cz/~mikulas/links/
COMMENT= Text browser with tables (original version)
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_path_PKG_CONFIG=""
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/links ${PREFIX}/bin/links1
${INSTALL_MAN} ${WRKSRC}/links.1 ${PREFIX}/${PKGMANDIR}/man1/links1.1
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"