1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/audio/gnomemedia2/Makefile
Joe Marcus Clarke a5b086e407 Add some CD-related fixes to gnomemedia. Bump PORTREVISION.
* Allow CDDB submissions to work correctly
* Make sure the file descriptor passed to ioctl() is open first.  This allows
  gtcd to read the CD volume as something other than 0.

Submitted by:	Arne H Juul <Arne.Juul@fast.no>
Reviewed by:	sobomax
Approved by:	sobomax
2002-04-16 20:02:53 +00:00

36 lines
909 B
Makefile

# New ports collection makefile for: gnomemedia
# Date created: 20 January 1999
# Whom: Jeremy Lea <reg@shale.csir.co.za>
#
# $FreeBSD$
#
PORTNAME= gnomemedia
PORTVERSION= 1.2.3
PORTREVISION= 1
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-media
DISTNAME= gnome-media-${PORTVERSION}
MAINTAINER= gnome@FreeBSD.org
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --without-ncurses
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
.include <bsd.port.mk>