freebsd-ports/audio/gkrellmss/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

42 lines
1 KiB
Makefile

# 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$
#
PORTNAME= gkrellmss
PORTVERSION= 0.5
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= A plugin for GKrellM with a VU meter showing left/right channel audio
BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
LIB_DEPENDS= gdk_pixbuf_xlib.2:${PORTSDIR}/graphics/gdk-pixbuf
LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
NO_LATEST_LINK= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= esound imlib
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}
.include <bsd.port.mk>