summaryrefslogtreecommitdiffstats
path: root/textproc/yelp-xsl/Makefile
blob: 80acd0c91ddfc4c534273587d882fa1abaeb1472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   yelp-xsl
PORTVERSION=    3.14.0
CATEGORIES= textproc gnome
MASTER_SITES=   GNOME
DIST_SUBDIR=    gnome3

MAINTAINER= gnome@FreeBSD.org
COMMENT=    DocBook XSLT stylesheets for yelp

BUILD_DEPENDS=  itstool:${PORTSDIR}/textproc/itstool

USES=       gettext gmake pathfix pkgconfig tar:xz
USE_GNOME=  gnomeprefix intlhack libxml2 libxslt
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LIBS+=      -L${LOCALBASE}/lib

.include <bsd.port.mk>