2006-11-07 14:38:11 +01:00
|
|
|
# New ports collection makefile for: umr
|
|
|
|
# Date created: 19 October 2006
|
|
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= umr
|
|
|
|
PORTVERSION= 0.3
|
|
|
|
CATEGORIES= multimedia
|
|
|
|
MASTER_SITES= http://pages.cthome.net/chrismp/umr/
|
|
|
|
|
2009-05-28 22:44:16 +02:00
|
|
|
MAINTAINER= avl@FreeBSD.org
|
2006-11-07 14:38:11 +01:00
|
|
|
COMMENT= Unreal Media Ripper
|
|
|
|
|
2009-04-01 00:08:31 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2006-11-07 14:38:11 +01:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|