freebsd-ports/multimedia/umr/Makefile
Alexander Logvinov 9463ff6e5b Change MAINTAINER on my ports to my FreeBSD email address
Approved by:	tabthorpe (mentor)
2009-05-28 20:44:16 +00:00

23 lines
452 B
Makefile

# New ports collection makefile for: umr
# Date created: 19 October 2006
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= umr
PORTVERSION= 0.3
CATEGORIES= multimedia
MASTER_SITES= http://pages.cthome.net/chrismp/umr/
MAINTAINER= avl@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>