opnsense-ports/multimedia/umr/Makefile
Franco Fichtner 27da2296a1 */*: sync with upstream
Taken from: FreeBSD
2015-11-12 08:30:34 +01:00

18 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>