freebsd-ports/multimedia/gmimms/Makefile
Ion-Mihai Tetcu cc103c519b GMiMMS is a GTK+ frontend for MiMMS, a multimedia-stream ripper.
So it is easy to enter the MMS-URL and the output file. You can
also record live-streams by setting the recording length in GMiMMS.

WWW: http://gmimms.sourceforge.net/

PR:		ports/ports/114239
Submitted by:	Yinghong.Liu <liu_yinghong at yahoo.com.cn>
2007-08-20 16:01:45 +00:00

45 lines
934 B
Makefile

# New ports collection makefile for: gmimms
# Date created: 3 Jul 2007
# Whom: Yinghong.Liu <liu_yinghong@yahoo.com.cn>
#
# $FreeBSD$
#
PORTNAME= gmimms
DISTVERSION= 0.0.9
CATEGORIES= multimedia net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
MAINTAINER= liu_yinghong@yahoo.com.cn
COMMENT= A frontend to MiMMS (Multimedia Stream ripper)
RUN_DEPENDS= mimms:${PORTSDIR}/multimedia/mimms
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk20
CONFIGURE_ARGS+=--disable-nls
INSTALL_TARGET= install-exec
PLIST_FILES= bin/gmimms
PORTDOCS= AUTHORS ChangeLog COPYING INSTALL NEWS README
DESKTOP_ENTRIES= "GIMMS" \
"A GTK+ frontend for MiMMS" \
"" \
"gmimms" \
"Application;GTK;AudioVideo;Network;" \
"false"
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>