openbsd-ports/www/links/Makefile

27 lines
620 B
Makefile
Raw Normal View History

2010-10-19 04:02:53 -04:00
# $OpenBSD: Makefile,v 1.15 2010/10/19 08:02:53 espie Exp $
COMMENT= text browser, displays while downloading
VERSION= 1.00pre20
DISTNAME= links-${VERSION}
2001-07-10 18:51:49 -04:00
CATEGORIES= www
HOMEPAGE= http://artax.karlin.mff.cuni.cz/%7Emikulas/links/
2000-10-09 20:40:20 -04:00
MAINTAINER= Marc Espie <espie@openbsd.org>
2000-08-01 06:43:35 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-11 08:29:20 -05:00
WANTLIB= c crypto ssl
MASTER_SITES= http://artax.karlin.mff.cuni.cz/%7Emikulas/links/download/ \
http://links.sourceforge.net/download/
AUTOCONF_VERSION= 2.13
2004-02-23 10:44:43 -05:00
CONFIGURE_STYLE= autoconf
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
.include <bsd.port.mk>