mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
31 lines
657 B
Makefile
31 lines
657 B
Makefile
# New ports collection makefile for: zipmix
|
|
# Date created: Fri Jan 9 2009 00:00:37 UTC
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zipmix
|
|
DISTVERSION= 20070221
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://www.advsys.net/ken/util/
|
|
DISTNAME= ${PORTNAME}_src
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
COMMENT= Produce a .ZIP file from 2 other ones with the best compressed files
|
|
|
|
USE_DOS2UNIX= yes
|
|
USE_ZIP= yes
|
|
NO_WRKSUBDIR= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
pre-build:
|
|
@${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|