summaryrefslogtreecommitdiff
path: root/archivers/bicom/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/bicom/Makefile')
-rw-r--r--archivers/bicom/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/archivers/bicom/Makefile b/archivers/bicom/Makefile
new file mode 100644
index 000000000000..2992272507b5
--- /dev/null
+++ b/archivers/bicom/Makefile
@@ -0,0 +1,28 @@
+# 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@regency.nsu.ru
+COMMENT= Data compressor in the PPM family
+
+RESTRICTED= "Contact author personally regarding commercial use"
+
+NO_WRKSUBDIR= yes
+MAKEFILE= ${FILESDIR}/Makefile
+
+USE_ZIP= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${PREFIX}/bin
+
+.include <bsd.port.mk>