aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/ecm/Makefile
blob: b58680ae6acfbabe67d2bc453791570ad5d7d94d (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
31
32
# 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>