diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-01 02:57:08 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-09-01 02:57:08 +0000 |
commit | ba6d67aeae137d4d4c1d14d48ba54842ee605c43 (patch) | |
tree | bec247baa2c3ecaa9376c5315574470b952fe216 /audio/gkrellmss2/Makefile | |
parent | 499951df7a6e079d0bac77c5f22135b313867896 (diff) |
Notes
Diffstat (limited to 'audio/gkrellmss2/Makefile')
-rw-r--r-- | audio/gkrellmss2/Makefile | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/audio/gkrellmss2/Makefile b/audio/gkrellmss2/Makefile new file mode 100644 index 000000000000..ca1046236f36 --- /dev/null +++ b/audio/gkrellmss2/Makefile @@ -0,0 +1,43 @@ +# New ports collection makefile for: gkrellmss +# Date Created: Tue Feb 4 13:24:50 PST 2003 +# Whom: Lars Eggert <larse@isi.edu> +# +# $FreeBSD$ +# + +PORTNAME= gkrellmss +PORTVERSION= 2.3 +CATEGORIES= audio +MASTER_SITES= http://web.wt.net/~billw/gkrellmss/ + +MAINTAINER= larse@isi.edu +COMMENT= A plugin for GKrellM with a VU meter showing left/right channel audio + +BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 +LIB_DEPENDS= gdk_pixbuf_xlib.2:${PORTSDIR}/graphics/gdk-pixbuf +LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw +RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= esound imlib +USE_XPM= yes + +DOC_FILES= Changelog README Themes + +MAKE_ENV+= PLUGIN_INSTALLDIR=${PREFIX}/libexec/gkrellm2/plugins \ + INSTALLDIR=${PREFIX}/libexec/gkrellm2/plugins \ + LOCALEDIR=${PREFIX}/share/locale \ + FFTW_LIB_DIR=-L${LOCALBASE}/lib \ + enable_nls=1 + +post-install: +.ifndef(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for doc in ${DOC_FILES} + @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> |