c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
23 lines
562 B
Makefile
23 lines
562 B
Makefile
# $NetBSD: Makefile,v 1.5 2004/10/03 00:18:25 tv Exp $
|
|
|
|
DISTNAME= elinks-0.4.3
|
|
PKGREVISION= 3
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://elinks.or.cz/download/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= dawszy@arhea.net
|
|
HOMEPAGE= http://elinks.or.cz/
|
|
COMMENT= Extended/Enhanced Links
|
|
|
|
USE_BUILDLINK3= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS+= --without-x
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../lang/lua4/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|