mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
2c672a4de9
While here, make sure gtk-update-icon-cache is only on run dependency where added as a dependency Enforce gtk3 to depend on gtk-update-icon-cache (previously it was inheriting the dependency)
44 lines
1.0 KiB
Makefile
44 lines
1.0 KiB
Makefile
# Created by: Matt Lancereau
|
|
|
|
PORTNAME= libexo
|
|
PORTVERSION= 4.16.2
|
|
CATEGORIES= x11 xfce
|
|
MASTER_SITES= XFCE
|
|
DISTNAME= exo-${DISTVERSIONFULL}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Application library for the Xfce desktop environment
|
|
|
|
LICENSE= GPLv2 LGPL21
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING
|
|
LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB
|
|
|
|
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
BUILD_DEPENDS= p5-URI>=1.70:net/p5-URI
|
|
RUN_DEPENDS= p5-URI>=1.70:net/p5-URI
|
|
|
|
USES= compiler:c11 desktop-file-utils gettext-tools gmake gnome \
|
|
libtool pathfix perl5 pkgconfig tar:bzip2 xfce xorg
|
|
USE_GNOME= cairo glib20 gtk30 intltool
|
|
USE_LDCONFIG= yes
|
|
USE_XFCE= libmenu
|
|
USE_XORG= ice sm x11
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
CONFIGURE_ARGS= --without-html-dir --disable-silent-rules
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_USES= gettext-runtime
|
|
|
|
.include <bsd.port.mk>
|