freebsd-ports/archivers/zipmix/Makefile
Raphael Kubo da Costa 3a79929fdb Switch MASTER_SITES and WWW to https in Chris' ports.
PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
2019-10-19 12:21:22 +00:00

24 lines
597 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
# $FreeBSD$
PORTNAME= zipmix
DISTVERSION= 20070221
CATEGORIES= archivers
MASTER_SITES= http://www.advsys.net/ken/util/ \
https://BSDforge.com/projects/source/archivers/zipmix/
DISTNAME= ${PORTNAME}_src
MAINTAINER= portmaster@BSDforge.com
COMMENT= Produce .ZIP file from two other ones with the best compressed files
USES= dos2unix ncurses zip
MAKEFILE= ${FILESDIR}/Makefile
NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>