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
23 lines
588 B
Makefile
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>
|