freebsd-ports/archivers/bicom/Makefile
2009-03-30 11:03:30 +00:00

30 lines
685 B
Makefile

# New ports collection makefile for: BIjective COMpressor
# 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}${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= Data compressor in the PPM family
RESTRICTED= Contact author personally regarding commercial use
USE_ZIP= yes
NO_WRKSUBDIR= yes
MAKEFILE= ${FILESDIR}/Makefile
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/bicom
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${PREFIX}/bin
.include <bsd.port.mk>