2006-01-07 05:04:48 +01:00
|
|
|
# New ports collection makefile for: mmsrip
|
|
|
|
# Date created: 7 JAN 2006
|
|
|
|
# Whom: Mun-Kyo Seo <munggo@pmy.lv>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mmsrip
|
2006-06-19 02:08:05 +02:00
|
|
|
PORTVERSION= 0.7.0
|
2006-01-07 05:04:48 +01:00
|
|
|
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
|
|
|
|
|
2006-06-19 02:08:05 +02:00
|
|
|
.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>
|