aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/ecm/Makefile
blob: 6302a84af232b41c758614377ec299bdfe7939cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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=   http://critical.ch/distfiles/ \
        http://energy.critical.ch/distfiles/

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Compresses CD images by stripping unnecessary EDC/ECC data

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>