a8c968d1c1
Seems like the original upstream is gone. Retrieve distfile with slightly different checksum from other host. While we are at it, dos2unix-ify port. Reported by: Bryan Baldwin <bryan@katofiad.co.nz>
27 lines
692 B
Makefile
27 lines
692 B
Makefile
PORTNAME= bicom
|
|
PORTVERSION= 1.01
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.mirrorservice.org/pub/minix/distfiles/backup/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Data compressor in the PPM family
|
|
WWW= http://www3.sympatico.ca/mt0000/bicom/
|
|
|
|
# Converted from RESTRICTED
|
|
LICENSE= BICOM
|
|
LICENSE_NAME= bicom
|
|
LICENSE_TEXT= Contact author personally regarding commercial use
|
|
LICENSE_PERMS= dist-mirror pkg-mirror auto-accept
|
|
|
|
USES= dos2unix zip
|
|
DOS2UNIX_GLOB= *.cpp *.h
|
|
NO_WRKSUBDIR= yes
|
|
MAKEFILE= ${FILESDIR}/Makefile
|
|
|
|
PLIST_FILES= bin/bicom
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bicom/bicom ${STAGEDIR}/${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|