freebsd-ports/textproc/yelp-xsl/Makefile
Dmitry Marakasov b2e7528499 - Add LICENSE
- Add NO_ARCH
- Update WWW

Approved by:	portmgr blanket
2018-11-16 17:04:50 +00:00

26 lines
536 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= yelp-xsl
PORTVERSION= 3.28.0
CATEGORIES= textproc gnome
MASTER_SITES= GNOME
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= gnomeprefix intlhack libxml2 libxslt
GNU_CONFIGURE= yes
NO_ARCH= yes
.include <bsd.port.mk>