mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
19 lines
367 B
Makefile
19 lines
367 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}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|