aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mmsrip/Makefile
blob: f1237b87f0e1211014a6ebd47abe22fb4d127928 (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
# New ports collection makefile for:    mmsrip
# Date created:         7 JAN 2006
# Whom:                 Mun-Kyo Seo <munggo@pmy.lv>
#
# $FreeBSD$
#

PORTNAME=   mmsrip
PORTVERSION=    0.7.0
CATEGORIES= multimedia
MASTER_SITES=   http://nbenoit.tuxfamily.org/projects/mmsrip/ \
        http://pmy.lv/mirror/MMSRipper/ \
        http://freshmeat.net/redir/mmsrip/56514/url_tgz/

MAINTAINER= munggo@pmy.lv
COMMENT=    MMSRIP is a client for the proprietary protocol mms://

GNU_CONFIGURE=  yes

MAN1=       mmsrip.1

PLIST_FILES=    bin/mmsrip

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 500000
post-patch:
    ${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} -e 's/stdint.h/inttypes.h/g'
.endif

.include <bsd.port.post.mk>