2000-04-08 21:25:03 +00:00
|
|
|
# New ports collection makefile for: gnomemedia
|
1999-03-09 01:22:43 +00:00
|
|
|
# Date created: 20 January 1999
|
|
|
|
# Whom: Jeremy Lea <reg@shale.csir.co.za>
|
|
|
|
#
|
1999-08-25 04:36:31 +00:00
|
|
|
# $FreeBSD$
|
1999-03-09 01:22:43 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 21:25:03 +00:00
|
|
|
PORTNAME= gnomemedia
|
|
|
|
PORTVERSION= 1.0.51
|
1999-03-09 01:22:43 +00:00
|
|
|
CATEGORIES= audio gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 19:08:13 +00:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnome-media
|
2000-04-08 21:25:03 +00:00
|
|
|
DISTNAME= gnome-media-${PORTVERSION}
|
1999-03-09 01:22:43 +00:00
|
|
|
|
2000-01-29 22:11:15 +00:00
|
|
|
MAINTAINER= reg@FreeBSD.org
|
1999-03-09 01:22:43 +00:00
|
|
|
|
|
|
|
BUILD_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
|
|
|
RUN_DEPENDS= panel:${PORTSDIR}/x11/gnomecore
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
1999-05-30 03:56:37 +00:00
|
|
|
USE_LIBTOOL= yes
|
1999-03-09 01:22:43 +00:00
|
|
|
CONFIGURE_ARGS= --without-ncurses \
|
|
|
|
--localstatedir=${PREFIX}/share/gnome \
|
|
|
|
--datadir=${PREFIX}/share/gnome \
|
1999-05-30 03:56:37 +00:00
|
|
|
--with-gnome=${PREFIX}
|
1999-03-09 01:22:43 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|