blob: 3c9da00e0b23d030ee10e035f8656ac12cc515e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= yelp-tools
PORTVERSION= 3.4.1
CATEGORIES= textproc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Utilities to help manage documentation for Yelp and the web
BUILD_DEPENDS= yelp-xsl>=3.1.5:${PORTSDIR}/textproc/yelp-xsl \
itstool:${PORTSDIR}/textproc/itstool
USE_GETTEXT= yes
USE_XZ= yes
USE_GMAKE= yes
USES= pathfix
USE_PKGCONFIG= build
USE_GNOME= gnomeprefix intlhack libxml2 libxslt
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -fstack-protector
.include <bsd.port.mk>
|