freebsd-ports/archivers/ecm/Makefile
Emanuel Haupt 2df63e8354 Add LICENSE, remove MD5 sums
Feature safe:	yes
2011-01-24 17:04:52 +00:00

32 lines
634 B
Makefile

# 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
MASTER_SITES= CRITICAL
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Compresses CD images by stripping unnecessary EDC/ECC data
MAKE_JOBS_SAFE= yes
LICENSE= GPLv2
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>