1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/textproc/yelp-xsl/Makefile
2021-06-19 18:44:43 -07:00

26 lines
556 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
PORTNAME= yelp-xsl
DISTVERSION= 40.2
CATEGORIES= textproc gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= DocBook XSLT stylesheets for yelp
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING.LGPL
BUILD_DEPENDS= itstool:textproc/itstool
PORTSCOUT= limitw:1,even
USES= gettext gmake gnome localbase pathfix \
pkgconfig tar:xz
USE_GNOME= libxml2 libxslt
GNU_CONFIGURE= yes
NO_ARCH= yes
.include <bsd.port.mk>