2001-10-20 20:32:56 +02:00
|
|
|
# New ports collection makefile for: gkrellmss
|
|
|
|
# Date Created: Sun Sep 30 18:24:19 BRT 2001
|
|
|
|
# Whom: Hammurabi Mendes <hmendes_br@yahoo.com> et al
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2002-01-17 22:13:04 +01:00
|
|
|
PORTNAME= gkrellmss
|
2002-08-21 21:47:59 +02:00
|
|
|
PORTVERSION= 0.5
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 3
|
2001-10-20 20:32:56 +02:00
|
|
|
CATEGORIES= audio
|
2006-04-06 02:03:56 +02:00
|
|
|
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
|
2001-10-20 20:32:56 +02:00
|
|
|
|
2005-01-09 05:36:21 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= A plugin for GKrellM with a VU meter showing left/right channel audio
|
2001-10-20 20:32:56 +02:00
|
|
|
|
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
LIB_DEPENDS= gdk_pixbuf_xlib.2:${PORTSDIR}/graphics/gdk-pixbuf
|
2002-08-21 21:47:59 +02:00
|
|
|
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
|
2001-10-20 20:32:56 +02:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
|
2006-04-06 02:03:56 +02:00
|
|
|
NO_LATEST_LINK= yes
|
|
|
|
|
2001-10-20 20:32:56 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-08-31 02:13:25 +02:00
|
|
|
USE_GNOME= esound imlib
|
2001-10-20 20:32:56 +02:00
|
|
|
USE_XPM= yes
|
|
|
|
|
|
|
|
DOC_FILES= Changelog README Themes
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/src/gkrellmss.so \
|
|
|
|
${PREFIX}/libexec/gkrellm/plugins
|
|
|
|
.ifndef(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
.for doc in ${DOC_FILES}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2005-04-02 00:59:10 +02:00
|
|
|
.include <bsd.port.mk>
|