freebsd-ports/archivers/bicom/Makefile

26 lines
584 B
Makefile
Raw Normal View History

# Created by: Alexey Dokuchaev <danfe@regency.nsu.ru>
# $FreeBSD$
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
RESTRICTED= Contact author personally regarding commercial use
2014-03-07 16:35:40 +01:00
USES= zip
NO_WRKSUBDIR= yes
MAKEFILE= ${FILESDIR}/Makefile
PLIST_FILES= bin/bicom
do-install:
2013-09-25 04:06:25 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${STAGEDIR}/${PREFIX}/bin
.include <bsd.port.mk>