blob: 66563e292672fb87f1e6daf152a67f6fda183b28 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|