openbsd-ports/x11/gnome/vfs/Makefile
heko cc97aae036 From maintainer:
o PFRAG.gnome.shared for libglade
o Add a missing lib_depend to gnome/vfs, noticed by
  Ibrahim Khalifa <ibo@toontown.org>
ok lebel@
2001-09-16 22:18:59 +00:00

36 lines
964 B
Makefile

# $OpenBSD: Makefile,v 1.3 2001/09/16 22:18:59 heko Exp $
COMMENT= "the GNOME Virtual File System"
V= 1.0.1
DISTNAME= gnome-vfs-${V}
CATEGORIES= devel
NEED_VERSION= 1.455
HOMEPAGE= http://www.gnome.org
MAINTAINER= Nils Nordman <nino@nforced.com>
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-vfs
LIB_DEPENDS= gnome.36::x11/gnome/libs \
xml.9::textproc/libxml1 \
gconf-1::devel/gconf,db3 \
cdda_paranoia.::audio/cdparanoia
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/gtk-1.2 -D_POSIX_THREAD_SYSCALL_SOFT=1" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
@install -d ${PREFIX}/share/gnome-vfs; \
cp -r ${PREFIX}/../../etc/* ${PREFIX}/share/gnome-vfs/
.include <bsd.port.mk>