ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/textproc/linuxdoc-tools/Makefile
Revision: 25016
Committed: Thu Feb 14 01:52:40 2019 UTC (5 years, 2 months ago) by laffer1
Content type: text/plain
File size: 990 byte(s)
Log Message:
add sgmls, linuxdoc-tools

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= linuxdoc-tools
4 PORTVERSION= 0.9.71
5 CATEGORIES= textproc
6 MASTER_SITES= DEBIAN
7 DISTNAME= ${PORTNAME}_${DISTVERSION}.orig
8
9 MAINTAINER= ports@MidnightBSD.org
10 COMMENT= Fork of SGML-tools specially tailored for linuxdoc SGMLs
11
12 LICENSE= gpl3 LinuxdocTools
13 LICENSE_COMB= multi
14 LICENSE_NAME_LinuxdocTools= The linuxdoc-tools license
15 LICENSE_FILE_LinuxdocTools= ${WRKSRC}/COPYING
16 LICENSE_PERMS_LinuxdocTools= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
17
18 BUILD_DEPENDS= gawk:lang/gawk \
19 nsgmls:textproc/jade \
20 sgmlsasp:textproc/sgmls
21 RUN_DEPENDS= gawk:lang/gawk \
22 nsgmls:textproc/jade \
23 sgmlsasp:textproc/sgmls
24
25 GNU_CONFIGURE= yes
26 USES= gmake groff:both perl5
27 CONFIGURE_ARGS= --with-installed-sgmlsasp
28
29 PORTDOCS= *
30 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
31
32 OPTIONS_DEFINE= DOCS
33
34 DOCS_BUILD_DEPENDS= bash:shells/bash
35 DOCS_USE= tex=latex:build tex=pdftex:build tex=dvipsk:build
36 DOCS_USES= makeinfo
37 DOCS_CONFIGURE_ENABLE= docs
38
39 .include <bsd.port.mk>

Properties

Name Value
svn:eol-style native
svn:keywords MidnightBSD=%H
svn:mime-type text/plain