1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/multimedia/umr/Makefile
Baptiste Daroussin a26d9e8442 Support stage
2014-02-09 23:03:10 +00:00

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>