mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
30 lines
609 B
Makefile
30 lines
609 B
Makefile
# Created by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gzip
|
|
PORTVERSION= 1.10
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Compression utility designed to be a replacement for compress
|
|
|
|
LICENSE= GPLv3+
|
|
|
|
USES= cpe charsetfix makeinfo tar:xz
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= gzip
|
|
CPE_VENDOR= gnu
|
|
|
|
PORTDOCS= AUTHORS COPYING ChangeLog ChangeLog-2007 INSTALL NEWS README \
|
|
THANKS TODO
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|