freebsd-ports/archivers/ecm/Makefile

34 lines
635 B
Makefile
Raw Normal View History

# New ports collection makefile for: ecm
# Date created: 9 Aug 2005
# Whom: Emanuel Haupt <ehaupt@critical.ch>
#
# $FreeBSD$
#
PORTNAME= ecm
PORTVERSION= 1.0
CATEGORIES= archivers
2008-03-27 23:15:47 +01:00
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Compresses CD images by stripping unnecessary EDC/ECC data
2011-12-27 16:14:23 +01:00
LICENSE= GPLv2
2009-03-27 10:53:36 +01:00
MAKE_JOBS_SAFE= yes
PLIST_FILES= bin/ecm bin/unecm
PORTDOCS= format.txt
do-install:
.for f in ${PORTNAME} un${PORTNAME}
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>