blob: 9234648ce5ef5e8845a30c450f8dcfbf398082de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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>
|