8d7dad5cd2
- Drop MD5 PR: ports/155424 [1] Submitted by: Radek Kozlowski <radek@raadradd.com> (previous maintainer) [1]
29 lines
784 B
Makefile
29 lines
784 B
Makefile
# New ports collection makefile for: gxmms
|
|
# Date created: 3 November 2004
|
|
# Whom: Radek Kozlowski <radek@raadradd.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gxmms
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 13
|
|
CATEGORIES= multimedia gnome
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A simple GNOME panel applet for controlling XMMS
|
|
|
|
BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
RUN_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms
|
|
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack libgnomeui
|
|
USE_GETTEXT= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`" \
|
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
|
LIBS="`pkg-config --libs libgnomeui-2.0`"
|
|
|
|
.include <bsd.port.mk>
|