freebsd-ports/archivers/bicom/Makefile
Mathieu Arnold 3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00

28 lines
687 B
Makefile

# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
PORTNAME= bicom
PORTVERSION= 1.01
CATEGORIES= archivers
MASTER_SITES= http://www3.sympatico.ca/mt0000/bicom/ \
http://freebsd.nsu.ru/distfiles/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= Data compressor in the PPM family
# Converted from RESTRICTED
LICENSE= BICOM
LICENSE_NAME= bicom
LICENSE_TEXT= Contact author personally regarding commercial use
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
USES= zip
NO_WRKSUBDIR= yes
MAKEFILE= ${FILESDIR}/Makefile
PLIST_FILES= bin/bicom
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>