e9f01b79e2
PR: 99081 Submitted by: leeym Approved by: maintainer
31 lines
699 B
Makefile
31 lines
699 B
Makefile
# 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>
|