aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/xsv/Makefile
blob: c30ca6728218846afce8f6e9a9a6c5952b363e19 (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
28
29
30
31
32
33
34
35
36
# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$

PORTNAME=   xsv
PORTVERSION=    3.1
CATEGORIES= textproc python
MASTER_SITES=   ftp://ftp.cogsci.ed.ac.uk/pub/XSV/
DISTNAME=   ${PORTNAME:tu}-${DISTVERSION}

MAINTAINER= horia@racoviceanu.com
COMMENT=    XML Schema Validator

LICENSE=    GPLv2

BUILD_DEPENDS=  ${PYTHON_PKGNAMEPREFIX}ltxml>0:${PORTSDIR}/textproc/py-ltxml

USES=       python
USE_PYTHON= distutils autoplist
USE_LDCONFIG=   yes

PORTDOCS=   pc-shrinkwrap xsv-status.xml xsv-status.html
PORTEXAMPLES=   triv.xml triv.xsd tiny.xml tiny.xsd
OPTIONS_DEFINE= DOCS EXAMPLES

.include <bsd.port.pre.mk>

.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+=    -fPIC
.endif

post-install:
    @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR}
    ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
    ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${STAGEDIR}${EXAMPLESDIR}

.include <bsd.port.post.mk>