1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/archivers/bicom/Makefile
Alexey Dokuchaev c2fd08b5a0 Unquote RESTRICTED per portlint(1).
PR:		ports/101772
Submitted by:	gabor
2006-09-07 12:21:43 +00:00

30 lines
632 B
Makefile

# 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>