blob: 052aa4c5d620f14fc3a96169e31004403aceb74c (
plain) (
tree)
|
|
# Ports collection makefile for: swfdec-gnome
# Date created: 2008 01 10
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/multimedia/swfdec-gnome/Makefile,v 1.9 2008/08/03 05:42:14 marcus Exp $
#
PORTNAME= swfdec-gnome
PORTVERSION= 2.23.2
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
MAINTAINER= kwm@FreeBSD.org
COMMENT= Gtk flash player and thumbnailer
LIB_DEPENDS= swfdec-0.7:${PORTSDIR}/graphics/swfdec
USE_GNOME= gnomehack gnomeprefix gtk20 intlhack gconf2
INSTALLS_ICONS= yes
USE_GMAKE= yes
USE_GETTEXT= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= swfdec-thumbnailer.schemas
MAN1= swfdec-player.1 swfdec-thumbnailer.1
post-patch:
@${REINPLACE_CMD} -e 's|Icon=swfdec|Icon=swfdec-gnome|g' \
${WRKSRC}/data/swfdec-player.desktop.in
post-install:
@-update-desktop-database
.include <bsd.port.mk>
|