33 lines
776 B
Makefile
33 lines
776 B
Makefile
|
# New ports collection makefile for: arista
|
||
|
# Date created: 2009-05-30
|
||
|
# Whom: Steve Wills <steve@mouf.net>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= arista
|
||
|
PORTVERSION= 0.9.1
|
||
|
CATEGORIES= multimedia
|
||
|
MASTER_SITES= http://programmer-art.org/media/releases/arista-transcoder/ \
|
||
|
http://launchpad.net/arista/+milestone/0.9.1/+download/
|
||
|
|
||
|
MAINTAINER= steve@mouf.net
|
||
|
COMMENT= An easy to use multimedia transcoder for the GNOME Desktop
|
||
|
|
||
|
USE_GETTEXT= yes
|
||
|
USE_GSTREAMER= faac x264 lame mpeg2enc
|
||
|
USE_GNOME= pygnomedesktop
|
||
|
USE_PYTHON= yes
|
||
|
USE_PYDISTUTILS= yes
|
||
|
|
||
|
post-patch:
|
||
|
@${REINPLACE_CMD} -e 's|Icon=.*|Icon=arista.svg|g' \
|
||
|
${WRKSRC}/arista.desktop
|
||
|
|
||
|
post-install:
|
||
|
@${INSTALL_DATA} ${WRKSRC}/ui/icon.svg \
|
||
|
${PREFIX}/share/pixmaps/arista.svg
|
||
|
@-update-desktop-database
|
||
|
|
||
|
.include <bsd.port.mk>
|