aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/bicom/Makefile
blob: 4b258837a22139c2bb041cc070fce9b930e681d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    bicom
# Date created:             09 May 2003
# Whom:                 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}101

MAINTAINER= danfe@FreeBSD.org
COMMENT=    Data compressor in the PPM family

RESTRICTED= Contact author personally regarding commercial use

NO_WRKSUBDIR=   yes
MAKEFILE=   ${FILESDIR}/Makefile

PLIST_FILES=    bin/bicom
USE_ZIP=    yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${PREFIX}/bin

.include <bsd.port.mk>