blob: b00e6b3e7151cd9d97fdbd599fa83e407ed52c41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.5 2000/01/15 09:46:57 tron Exp $
DISTNAME= gnome-media-1.0.51
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-media/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
DEPENDS+= gnome-core-*:../../x11/gnome-core
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_X11BASE= YES
CONFIGURE_ENV+= XGETTEXT="${LOCALBASE}/bin/xgettext"
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
.include "../../mk/bsd.pkg.mk"
|