mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
34 lines
792 B
Makefile
34 lines
792 B
Makefile
# New ports collection makefile for: gxine
|
|
# Date created: Sa 19 Apr 2003 01:34:06 CEST
|
|
# Whom: Grigori Goronzy <greg@chown.ath.cx>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gxine
|
|
PORTVERSION= 0.3.3
|
|
PORTREVISION= 13
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= xine
|
|
|
|
MAINTAINER= greg@chown.ath.cx
|
|
COMMENT= An alternative GUI for the Xine media player
|
|
|
|
LIB_DEPENDS= xine.14:${PORTSDIR}/multimedia/libxine
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk20
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib -I${X11BASE}/lib"
|
|
|
|
MANLANG= "" de
|
|
MAN1= gxine.1
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/lib/browser_plugins
|
|
@${LN} -sf ${PREFIX}/lib/gxine/gxineplugin.so ${PREFIX}/lib/browser_plugins
|
|
|
|
.include <bsd.port.mk>
|