svn commit: r341950 - head/audio/wavbreaker

Pietro Cerutti gahr at FreeBSD.org
Fri Jan 31 09:04:52 UTC 2014


Author: gahr
Date: Fri Jan 31 09:04:51 2014
New Revision: 341950
URL: http://svnweb.freebsd.org/changeset/ports/341950
QAT: https://qat.redports.org/buildarchive/r341950/

Log:
  - STAGE-clean
  - Add LICENSE

Modified:
  head/audio/wavbreaker/Makefile
  head/audio/wavbreaker/pkg-plist

Modified: head/audio/wavbreaker/Makefile
==============================================================================
--- head/audio/wavbreaker/Makefile	Fri Jan 31 09:02:06 2014	(r341949)
+++ head/audio/wavbreaker/Makefile	Fri Jan 31 09:04:51 2014	(r341950)
@@ -10,11 +10,12 @@ MASTER_SITES=	SF
 MAINTAINER=	gahr at FreeBSD.org
 COMMENT=	Tool to split and merge wav files
 
+LICENSE=	GPLv2
+
 OPTIONS_DEFINE=	PULSEAUDIO NLS
 
 USE_GNOME=	gtk20 libxml2
-NO_STAGE=	yes
-USES=		gmake pathfix pkgconfig
+USES=		gmake pathfix pkgconfig desktop-file-utils
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	PKG_CONFIG="${LOCALBASE}/bin/pkg-config"
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -22,21 +23,19 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--disable-alsa
 INSTALLS_ICONS=	yes
 
-MAN1=		wavbreaker.1 wavinfo.1 wavmerge.1
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MPULSEAUDIO}
 LIB_DEPENDS+=	libpulse.so:${PORTSDIR}/audio/pulseaudio
 .else
-CONFIGURE_ARGS+=	--disable-pulse
+CONFIGURE_ARGS+=--disable-pulse
 .endif
 
 .if ${PORT_OPTIONS:MNLS}
 USES+=		gettext
 PLIST_SUB=	NLS=""
 .else
-CONFIGURE_ARGS+=	--disable-nls
+CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB=	NLS="@comment "
 .endif
 

Modified: head/audio/wavbreaker/pkg-plist
==============================================================================
--- head/audio/wavbreaker/pkg-plist	Fri Jan 31 09:02:06 2014	(r341949)
+++ head/audio/wavbreaker/pkg-plist	Fri Jan 31 09:04:51 2014	(r341950)
@@ -1,6 +1,9 @@
 bin/wavbreaker
 bin/wavinfo
 bin/wavmerge
+man/man1/wavbreaker.1.gz
+man/man1/wavinfo.1.gz
+man/man1/wavmerge.1.gz
 share/applications/wavbreaker.desktop
 share/icons/hicolor/16x16/apps/wavbreaker.png
 share/icons/hicolor/22x22/apps/wavbreaker.png
@@ -12,3 +15,15 @@ share/icons/hicolor/scalable/apps/wavbre
 %%NLS%%share/locale/fr/LC_MESSAGES/wavbreaker.mo
 %%NLS%%share/locale/pt/LC_MESSAGES/wavbreaker.mo
 share/pixmaps/wavbreaker.png
+ at dirrmtry share/icons/hicolor/scalable/apps
+ at dirrmtry share/icons/hicolor/scalable
+ at dirrmtry share/icons/hicolor/48x48/apps
+ at dirrmtry share/icons/hicolor/48x48
+ at dirrmtry share/icons/hicolor/24x24/apps
+ at dirrmtry share/icons/hicolor/24x24
+ at dirrmtry share/icons/hicolor/22x22/apps
+ at dirrmtry share/icons/hicolor/22x22
+ at dirrmtry share/icons/hicolor/16x16/apps
+ at dirrmtry share/icons/hicolor/16x16
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/icons


More information about the svn-ports-all mailing list