- 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
This commit is contained in:
parent
173e1b8780
commit
7f2f76366e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312960
1 changed files with 10 additions and 13 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: sweep
|
||||
# Date created: 25 September 2000
|
||||
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
#
|
||||
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sweep
|
||||
PORTVERSION= 0.9.3
|
||||
|
@ -13,19 +9,20 @@ CATEGORIES= audio gnome
|
|||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= ports@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=${LOCALBASE}/lib \
|
|||
--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>
|
||||
|
|
Loading…
Reference in a new issue