svn commit: r312960 - head/audio/sweep
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Feb 26 08:56:02 UTC 2013
Author: danfe
Date: Tue Feb 26 08:56:01 2013
New Revision: 312960
URL: http://svnweb.freebsd.org/changeset/ports/312960
Log:
- Trim Makefile header per new guidelines
- Drop leading indefinite article from COMMENT
- Remove shlib ABI versions from LIB_DEPENDS
- Minor whitespace fixes while I am here
Modified:
head/audio/sweep/Makefile
Modified: head/audio/sweep/Makefile
==============================================================================
--- head/audio/sweep/Makefile Tue Feb 26 06:56:35 2013 (r312959)
+++ head/audio/sweep/Makefile Tue Feb 26 08:56:01 2013 (r312960)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: sweep
-# Date created: 25 September 2000
-# Whom: Maxim Sobolev <sobomax at FreeBSD.org>
-#
+# Created by: Maxim Sobolev <sobomax at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= sweep
PORTVERSION= 0.9.3
@@ -13,19 +9,20 @@ CATEGORIES= audio gnome
MASTER_SITES= SF
MAINTAINER= ports at FreeBSD.org
-COMMENT= A sound editor for the GNOME/GTK 2.0 desktop
+COMMENT= Sound editor for the GNOME/GTK+2 desktop
-LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \
- samplerate.1:${PORTSDIR}/audio/libsamplerate \
- sndfile.1:${PORTSDIR}/audio/libsndfile \
- vorbis.4:${PORTSDIR}/audio/libvorbis \
- speex.1:${PORTSDIR}/audio/speex
+LIB_DEPENDS= mad:${PORTSDIR}/audio/libmad \
+ samplerate:${PORTSDIR}/audio/libsamplerate \
+ sndfile:${PORTSDIR}/audio/libsndfile \
+ vorbis:${PORTSDIR}/audio/libvorbis \
+ speex:${PORTSDIR}/audio/speex
USE_BZIP2= yes
USE_GNOME= gnomehack gtk20
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libtool
+
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-extralibdir=${LOCALBASE}/lib \
@@ -35,10 +32,10 @@ CONFIGURE_ARGS= --with-extralibdir=${LOC
--with-ogg-libraries=${LOCALBASE}/lib \
--with-ogg-includes=${LOCALBASE}/include/ogg
-MAN1= sweep.1
+MAN1= ${PORTNAME}.1
post-patch:
@${REINPLACE_CMD} -e 's|^ac_enable_alsa=yes|ac_enable_alsa=no|g ; \
- s|$${datadir}|$${datarootdir}|g' ${WRKSRC}/configure
+ s|$${datadir}|$${datarootdir}|g' ${WRKSRC}/configure
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list