openbsd-ports/www/links/Makefile
merdely ba8add3ebb Remove surrounding quotes from
COMMENT-*/ERRORS/NO_REGRESS/PERMIT_*/REGRESS_IS_INTERACTIVE

Change '.include "bsd.port.mk"' to '.include <bsd.port.mk>' while here
(ok naddy@)
2007-09-15 20:38:20 +00:00

26 lines
606 B
Makefile

# $OpenBSD: Makefile,v 1.14 2007/09/15 20:38:21 merdely Exp $
COMMENT= text browser, displays while downloading
VERSION= 1.00pre20
DISTNAME= links-${VERSION}
CATEGORIES= www
HOMEPAGE= http://artax.karlin.mff.cuni.cz/%7Emikulas/links/
MAINTAINER= Marc Espie <espie@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto ssl
MASTER_SITES= http://artax.karlin.mff.cuni.cz/%7Emikulas/links/download/ \
http://links.sourceforge.net/download/
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf
.include <bsd.port.mk>