2013-08-30 23:01:05 +00:00
|
|
|
# Created by: Romain Tartiere <romain@blogreen.org>
|
2008-06-06 02:47:23 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= paman
|
|
|
|
PORTVERSION= 0.9.4
|
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
2018-07-29 22:18:44 +00:00
|
|
|
PORTREVISION= 8
|
2008-06-06 02:47:23 +00:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
|
|
|
|
2010-02-01 17:14:49 +00:00
|
|
|
MAINTAINER= romain@FreeBSD.org
|
2008-06-06 02:47:23 +00:00
|
|
|
COMMENT= Gtk frontend for PulseAudio
|
|
|
|
|
2016-04-01 13:29:15 +00:00
|
|
|
LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 \
|
|
|
|
libpulse.so:audio/pulseaudio
|
2008-06-06 02:47:23 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2017-04-05 11:13:09 +00:00
|
|
|
USES= compiler:c++11-lang gmake pathfix pkgconfig
|
|
|
|
USE_CXXSTD= c++11
|
2008-06-06 02:47:23 +00:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --disable-lynx
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|