1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/archivers/zipmix/Makefile
2021-04-06 16:31:07 +02:00

23 lines
585 B
Makefile

# Created by: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
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>