36 lines
993 B
Makefile
36 lines
993 B
Makefile
# $OpenBSD: Makefile,v 1.7 2001/09/20 18:39:13 naddy Exp $
|
|
|
|
COMMENT= "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 \
|
|
bz2.::archivers/bzip2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_X11= 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_DATA_DIR} ${PREFIX}/share/examples/gnome-vfs; \
|
|
cp -rp ${PREFIX}/../../etc/* ${PREFIX}/share/examples/gnome-vfs/
|
|
|
|
.include <bsd.port.mk>
|