2009-03-30 11:33:56 +02:00
|
|
|
# New ports collection makefile for: BIjective COMpressor
|
2003-05-09 21:04:41 +02:00
|
|
|
# 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/
|
2009-03-30 11:33:56 +02:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
|
2003-05-09 21:04:41 +02:00
|
|
|
|
2009-03-30 11:33:56 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-05-09 21:04:41 +02:00
|
|
|
COMMENT= Data compressor in the PPM family
|
|
|
|
|
2006-09-07 14:21:43 +02:00
|
|
|
RESTRICTED= Contact author personally regarding commercial use
|
2003-05-09 21:04:41 +02:00
|
|
|
|
2009-03-30 13:03:30 +02:00
|
|
|
USE_ZIP= yes
|
2003-05-09 21:04:41 +02:00
|
|
|
NO_WRKSUBDIR= yes
|
|
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
2009-03-30 13:03:30 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2003-05-09 21:04:41 +02:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/bicom
|
2003-05-09 21:04:41 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|