32 lines
954 B
Makefile
32 lines
954 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Gnome2-VFS
|
|
PORTVERSION= 1.081
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-toolkits gnome perl5
|
|
MASTER_SITES= SF/gtk2-perl/Gnome2_VFS/${PORTVERSION}
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Allows you to use the GNOME Virtual File System library from Perl
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-Depends>=0:${PORTSDIR}/devel/p5-ExtUtils-Depends \
|
|
p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
|
|
p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
|
|
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
|
|
p5-Cairo>=0:${PORTSDIR}/graphics/p5-Cairo
|
|
RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
|
|
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
|
|
|
USE_GNOME= gnomevfs2
|
|
USES= pkgconfig perl5
|
|
USE_PERL5= configure
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
NO_STAGE= yes
|
|
post-install:
|
|
@cd ${WRKSRC}/blib/man3 && ${FIND} * -name "*.3" | ${SED} \
|
|
's,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/,' >> ${TMPPLIST}
|
|
|
|
.include <bsd.port.mk>
|