9637f7852e
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.
27 lines
821 B
Makefile
27 lines
821 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/01/26 17:30:41 rillig Exp $
|
|
|
|
DISTNAME= rzip-2.1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= https://rzip.samba.org/ftp/rzip/
|
|
|
|
MAINTAINER= carton@Ivy.NET
|
|
HOMEPAGE= https://rzip.samba.org/
|
|
COMMENT= Create or extract .rz files, like gzip but smaller
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_MAKE_FLAGS+= INSTALL_BIN=${DESTDIR}${PREFIX}/bin \
|
|
INSTALL_MAN=${DESTDIR}${PREFIX}/${PKGMANDIR}
|
|
|
|
post-install:
|
|
${LN} -f ${DESTDIR}${PREFIX}/bin/rzip ${DESTDIR}${PREFIX}/bin/runzip
|
|
${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/runzip.1
|
|
${LN} -s rzip.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/runzip.1
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "Interix"
|
|
. include "../../devel/libiberty/application.mk" # need asprintf(3)
|
|
.endif
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|