mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0438143249
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
38 lines
1.0 KiB
Makefile
38 lines
1.0 KiB
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
# $MCom: ports/trunk/x11/yelp/Makefile 19967 2014-10-16 06:45:29Z gusi $
|
|
|
|
PORTNAME= yelp
|
|
PORTVERSION= 3.14.1
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Help browser for the GNOME 3 desktop
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= yelp-xsl>=0:${PORTSDIR}/textproc/yelp-xsl \
|
|
itstool:${PORTSDIR}/textproc/itstool
|
|
LIB_DEPENDS= libwebkitgtk-3.0.so:${PORTSDIR}/www/webkit-gtk3
|
|
RUN_DEPENDS= yelp-xsl>=0:${PORTSDIR}/textproc/yelp-xsl
|
|
|
|
USES= desktop-file-utils gettext gmake libtool pathfix \
|
|
pkgconfig tar:xz
|
|
USE_XORG= x11 ice
|
|
USE_GNOME= gnomeprefix gtk30 intlhack libxml2 libxslt
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_LDCONFIG= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector
|
|
GLIB_SCHEMAS= org.gnome.yelp.gschema.xml
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CONFIGURE_ENV+= YELP_LZMA_CFLAGS="-I/usr/include" \
|
|
YELP_LZMA_LIBS="-L/usr/lib -llzma"
|
|
|
|
.include <bsd.port.mk>
|