mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
3147bb6c6b
It has been a while both does not depend anymore on esound, before this change esound dependency was wrongly added to plenty of packages which actually does not depend on it. While here: - audio/glame: remove esound support - games/monkeybubble: add an explicit dependency on esound - sysutils/gnome-schedule: add en explicit dependency on pkg-config - comms/kb: add missing dependency on pkgconfig - x11-toolkits/libgnomeui: * update to 2.4.5 * use USES=localbase
37 lines
994 B
Makefile
37 lines
994 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Gnome2
|
|
PORTVERSION= 1.047
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-toolkits gnome perl5
|
|
MASTER_SITES= CPAN \
|
|
SF/gtk2-perl/${PORTNAME}/${PORTVERSION}
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Allows a perl developer to use the Gnome libraries
|
|
|
|
LICENSE= LGPL21
|
|
|
|
BUILD_DEPENDS= p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
|
|
p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
|
|
p5-Glib2>=0:devel/p5-Glib2 \
|
|
p5-Gnome2-Canvas>=0:x11-toolkits/p5-Gnome2-Canvas \
|
|
p5-Gnome2-VFS>=0:x11-toolkits/p5-Gnome2-VFS \
|
|
p5-Gtk2>=0:x11-toolkits/p5-Gtk2
|
|
RUN_DEPENDS= p5-Glib2>=0:devel/p5-Glib2 \
|
|
p5-Gnome2-Canvas>=0:x11-toolkits/p5-Gnome2-Canvas \
|
|
p5-Gnome2-VFS>=0:x11-toolkits/p5-Gnome2-VFS \
|
|
p5-Gtk2>=0:x11-toolkits/p5-Gtk2
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
USES= perl5
|
|
USE_GNOME= libbonoboui libgnome libgnomeui
|
|
USE_PERL5= configure
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gnome2/Gnome2.so
|
|
|
|
.include <bsd.port.mk>
|