mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
34f07bbe81
PR: 204451 Submitted by: matthew@reztek.cz MFH: 2015Q4 (blanket)
19 lines
429 B
Makefile
19 lines
429 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= umr
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.oldunreal.com/mods/other/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Unreal Media Ripper
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
FETCH_AFTER_ARGS= --referer=http://www.oldunreal.com/mods.html
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|