2002-05-09 00:40:48 +02:00
|
|
|
# New ports collection makefile for: gnomemedia2
|
|
|
|
# Date created: 06 May 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
1999-03-09 02:22:43 +01:00
|
|
|
#
|
1999-08-25 06:36:31 +02:00
|
|
|
# $FreeBSD$
|
1999-03-09 02:22:43 +01:00
|
|
|
#
|
|
|
|
|
2002-05-09 00:40:48 +02:00
|
|
|
PORTNAME= gnomemedia2
|
2002-09-06 21:44:11 +02:00
|
|
|
PORTVERSION= 2.0.2.5
|
1999-03-09 02:22:43 +01:00
|
|
|
CATEGORIES= audio gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-08-29 22:44:49 +02:00
|
|
|
MASTER_SITE_SUBDIR= 2.0.1/sources/gnome-media
|
2000-04-08 23:25:03 +02:00
|
|
|
DISTNAME= gnome-media-${PORTVERSION}
|
2002-05-09 00:40:48 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
1999-03-09 02:22:43 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1999-03-09 02:22:43 +01:00
|
|
|
|
2000-10-05 09:10:50 +02:00
|
|
|
RUN_DEPENDS= sox:${PORTSDIR}/audio/sox
|
2002-05-09 00:40:48 +02:00
|
|
|
LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \
|
2002-07-23 21:20:40 +02:00
|
|
|
gailutil.17:${PORTSDIR}/x11-toolkits/gail
|
1999-03-09 02:22:43 +01:00
|
|
|
|
2002-05-09 00:40:48 +02:00
|
|
|
USE_BZIP2= yes
|
1999-03-09 02:22:43 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-11 17:31:46 +02:00
|
|
|
USE_REINPLACE= yes
|
1999-05-30 05:56:37 +02:00
|
|
|
USE_LIBTOOL= yes
|
2002-05-09 00:40:48 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-08-29 22:44:49 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomehier
|
1999-03-09 02:22:43 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2002-05-09 00:40:48 +02:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
1999-03-09 02:22:43 +01:00
|
|
|
|
2002-08-29 22:44:49 +02:00
|
|
|
post-patch:
|
2002-07-11 17:31:46 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-04 03:19:21 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
1999-03-09 02:22:43 +01:00
|
|
|
.include <bsd.port.mk>
|