pkgsrc/archivers/lzop/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

15 lines
403 B
Makefile

# $NetBSD: Makefile,v 1.22 2020/01/26 17:30:40 rillig Exp $
DISTNAME= lzop-1.04
CATEGORIES= archivers
MASTER_SITES= http://www.lzop.org/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.lzop.org/
COMMENT= Fast file compressor similar to gzip, using the LZO library
LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
.include "../../archivers/lzo/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"