mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
09f9633cb6
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
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# Created by: Romain Tartiere <romain@blogreen.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= paman
|
|
PORTVERSION= 0.9.4
|
|
PORTREVISION= 8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
|
|
|
|
MAINTAINER= romain@FreeBSD.org
|
|
COMMENT= Gtk frontend for PulseAudio
|
|
|
|
LIB_DEPENDS= libglademm-2.4.so:devel/libglademm24 \
|
|
libpulse.so:audio/pulseaudio
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= compiler:c++11-lang gmake pathfix pkgconfig
|
|
USE_CXXSTD= c++11
|
|
|
|
CONFIGURE_ARGS= --disable-lynx
|
|
|
|
.include <bsd.port.mk>
|