eab8f5aadd
- doesn't need groff - update HOMEPAGE/MASTER_SITES, also zap a dead mirror - regen plist while here tweaks from sthen@ The patches can be removed, they are to work-around lack of OpenSSL pkg-config files. Then with the patches removed, there's no need for autoconf. feedback and ok jasper@ sthen@ (maintainer timeout)
24 lines
481 B
Makefile
24 lines
481 B
Makefile
# $OpenBSD: Makefile,v 1.16 2011/05/16 18:49:37 gsoares Exp $
|
|
|
|
COMMENT= text browser, displays while downloading
|
|
|
|
VERSION= 1.01
|
|
DISTNAME= links-${VERSION}
|
|
CATEGORIES= www
|
|
|
|
HOMEPAGE= http://www.jikos.cz/~mikulas/links/
|
|
MAINTAINER= Marc Espie <espie@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c crypto ssl
|
|
|
|
MASTER_SITES= ${HOMEPAGE}download/
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|