aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ccd2iso/Makefile
blob: 766184991770c8392be78f8935c39664d62c5377 (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
# New ports collection makefile for:    ccd2iso
# Date created:             23 Jun 2004
# Whom:                 Sergey A. Osokin <osa@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ccd2iso
PORTVERSION=    0.9
PORTREVISION?=  1
CATEGORIES= sysutils
MASTER_SITES=   SF/${PORTNAME}/OldFiles
DISTNAME=   ${PORTNAME}

MAINTAINER= osa@FreeBSD.org
COMMENT=    A CloneCD to ISO converter

PLIST_FILES=    bin/ccd2iso

GNU_CONFIGURE=  yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/src/ccd2iso ${PREFIX}/bin

.include <bsd.port.mk>