2014-03-08 17:41:45 +01:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= yelp-tools
|
2018-09-30 13:58:29 +02:00
|
|
|
PORTVERSION= 3.28.0
|
2014-03-08 17:41:45 +01:00
|
|
|
CATEGORIES= textproc gnome
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
DIST_SUBDIR= gnome3
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= Utilities to help manage documentation for Yelp and the web
|
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= yelp-xsl>=0:textproc/yelp-xsl \
|
|
|
|
itstool:textproc/itstool
|
2014-03-08 17:41:45 +01:00
|
|
|
|
2015-08-05 21:13:24 +02:00
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
|
2016-02-14 19:57:53 +01:00
|
|
|
USES= gettext gmake gnome pathfix pkgconfig tar:xz
|
2015-08-05 21:13:24 +02:00
|
|
|
USE_GNOME= intlhack libxml2 libxslt
|
2014-03-08 17:41:45 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-11-19 12:49:04 +01:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2014-03-08 17:41:45 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|