ef514901dd
- Trim header - Update WWW PR: 176573 Submitted by: ports fury
19 lines
376 B
Makefile
19 lines
376 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
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|