freebsd-ports/archivers/zipmix/Makefile
Alexey Dokuchaev 6eeddf29a0 - Unbreak: it fetches fine now from Ken Silverman's page, there was
probably some transient error; nonetheless, provide fallback mastersite
- Set MAKEFILE variable and thus kill trivial `pre-build' target
- Unmute installation command in `do-install', rephrase COMMENT text
- Transfer maintainership to the submitter
- Remove bogus header from port description text while here

PR:		199315
Submitted by:	Chris Hutchinson
2015-04-12 15:55:13 +00:00

23 lines
588 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/ \
http://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 zip
MAKEFILE= ${FILESDIR}/Makefile
NO_WRKSUBDIR= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>