1999-03-09 01:22:43 +00:00
|
|
|
# New ports collection makefile for: gnome-media
|
1999-10-14 09:06:57 +00:00
|
|
|
# Version required: 1.0.51
|
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
|
|
|
#
|
|
|
|
|
1999-10-14 09:06:57 +00:00
|
|
|
DISTNAME= gnome-media-1.0.51
|
|
|
|
PKGNAME= gnomemedia-1.0.51
|
1999-03-09 01:22:43 +00:00
|
|
|
CATEGORIES= audio gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-04-08 18:08:39 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/gnome-media
|
1999-03-09 01:22:43 +00:00
|
|
|
|
|
|
|
MAINTAINER= reg@shale.csir.co.za
|
|
|
|
|
|
|
|
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>
|