freebsd-ports/x11/libexo/Makefile
Guido Falsi 6194e25bc0 - Update libexo to 0.12.4 [1]
- Update minimum requirements in dependencies [1]
- Sort things [1]
- Remove unneeded port-patch [1]
- Remove unneeded patch section
- Cleanup Makefile a little

PR:		235072 [1]
Submitted by:	Olivier Duchateau <duchateau.olivier@gmail.com>
2019-01-20 14:27:22 +00:00

43 lines
1.1 KiB
Makefile

# Created by: Matt Lancereau
# $FreeBSD$
PORTNAME= libexo
PORTVERSION= 0.12.4
CATEGORIES= x11 xfce
MASTER_SITES= XFCE/src/xfce/${PORTNAME:C/lib//}/${PORTVERSION:R}
DISTNAME= exo-${PORTVERSION}
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= desktop-file-utils gettext-tools gmake gnome libtool pathfix \
perl5 pkgconfig tar:bzip2 xfce:gtk3
USE_GNOME= cairo glib20 gtk20 gtk30 intltool
USE_LDCONFIG= yes
USE_XFCE= libmenu
USE_XORG= ice sm x11
WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --without-html-dir --disable-silent-rules
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
.include <bsd.port.mk>