aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cutmp3/Makefile
blob: 5d6e4f7bf878f5bc7960054c55eedf41fefd4b61 (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
33
# Created by: Dennis Herrmann <adox@mcx2.org>
# $FreeBSD$

PORTNAME=   cutmp3
PORTVERSION=    2.0.3
CATEGORIES= audio
MASTER_SITES=   http://www.puchalla-online.de/ \
        http://mirror.mcx2.org/

MAINTAINER= dhn@FreeBSD.org
COMMENT=    A small and fast command line MP3 editor

NO_STAGE=   yes
USE_BZIP2=  yes
MAN1=       ${PORTNAME}.1
MANCOMPRESSED=  yes

PLIST_FILES=    bin/cutmp3

PORTDOCS=   README README.timetable USAGE

.include <bsd.port.options.mk>

post-patch:
    @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/Makefile

post-install:
.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif

.include <bsd.port.mk>