View | Details | Raw Unified | Return to bug 179348
Collapse All | Expand All

(-)./Makefile (-16 / +20 lines)
Lines 1-10 Link Here
1
# New ports collection makefile for:	passepartout
1
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
2
# Date created:				11st Sep 2003
3
# Whom:					Alexander Nedotsukov <bland@FreeBSD.org>
4
#
5
# $FreeBSD: head/graphics/passepartout/Makefile 314640 2013-03-19 13:04:30Z eadler $
2
# $FreeBSD: head/graphics/passepartout/Makefile 314640 2013-03-19 13:04:30Z eadler $
6
#    $MCom: ports/graphics/passepartout/Makefile,v 1.4 2006/09/30 15:31:05 ahze Exp $
3
#    $MCom: ports/graphics/passepartout/Makefile,v 1.4 2006/09/30 15:31:05 ahze Exp $
7
#
8
4
9
PORTNAME=	passepartout
5
PORTNAME=	passepartout
10
PORTVERSION=	0.7.1
6
PORTVERSION=	0.7.1
Lines 18-45 Link Here
18
14
19
BUILD_DEPENDS=	xsltproc:${PORTSDIR}/textproc/libxslt \
15
BUILD_DEPENDS=	xsltproc:${PORTSDIR}/textproc/libxslt \
20
		docbook2html:${PORTSDIR}/textproc/docbook-utils \
16
		docbook2html:${PORTSDIR}/textproc/docbook-utils \
21
    		${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410
17
		${LOCALBASE}/share/sgml/docbook/4.1/dtd/catalog:${PORTSDIR}/textproc/docbook-410
22
LIB_DEPENDS=	xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \
18
LIB_DEPENDS=	xml++-2.6:${PORTSDIR}/textproc/libxml++26 \
23
		gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26
19
		gnomecanvasmm-2.6:${PORTSDIR}/graphics/libgnomecanvasmm26
24
RUN_DEPENDS=	xsltproc:${PORTSDIR}/textproc/libxslt
20
RUN_DEPENDS=	xsltproc:${PORTSDIR}/textproc/libxslt
25
21
26
USE_BZIP2=	yes
22
USE_BZIP2=	yes
27
USE_GMAKE=	yes
23
USES=		pathfix
28
USES=	pathfix
29
GNU_CONFIGURE=	yes
24
GNU_CONFIGURE=	yes
25
USE_GMAKE=	yes
26
30
CFLAGS+=	-I${LOCALBASE}/include
27
CFLAGS+=	-I${LOCALBASE}/include
31
LDFLAGS+=	-L${LOCALBASE}/lib
28
LDFLAGS+=	-L${LOCALBASE}/lib
32
29
33
MAN1=		xml2ps.1 passepartout.1x
30
PORTDOCS=	*
34
31
35
.include <bsd.port.pre.mk>
32
OPTIONS_DEFINE=	FAM
36
33
37
.if exists(${LOCALBASE}/lib/libfam.a)
34
.include <bsd.port.options.mk>
38
WITH_FAM=	yes
39
.endif
40
35
41
.if defined(WITH_FAM)
36
.if ${PORT_OPTIONS:MFAM}
42
USE_FAM=	yes
37
USE_FAM=	yes
43
.endif
38
.endif
44
39
45
.include <bsd.port.post.mk>
40
.if ${PORT_OPTIONS:MDOCS}
41
MAN1=		xml2ps.1 passepartout.1x
42
.endif
43
44
post-patch:
45
.if ! ${PORT_OPTIONS:MDOCS}
46
	@${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in
47
.endif
48
49
.include <bsd.port.mk>
(-)./pkg-plist (-30 lines)
Lines 1-37 Link Here
1
bin/examinepdf
1
bin/examinepdf
2
bin/passepartout
2
bin/passepartout
3
bin/xml2ps
3
bin/xml2ps
4
%%DOCSDIR%%/README
5
%%DOCSDIR%%/docbook.xslt
6
%%DOCSDIR%%/examples/docbook.xslt
7
%%DOCSDIR%%/examples/example1.html
8
%%DOCSDIR%%/examples/example1.pp
9
%%DOCSDIR%%/examples/gradient.eps
10
%%DOCSDIR%%/examples/hippie.jpg
11
%%DOCSDIR%%/examples/hline.eps
12
%%DOCSDIR%%/examples/multilingual-head.xml
13
%%DOCSDIR%%/examples/multilingual.html
14
%%DOCSDIR%%/examples/multilingual.pp
15
%%DOCSDIR%%/examples/snowflake.eps
16
%%DOCSDIR%%/examples/snowflake.xml
17
%%DOCSDIR%%/examples/vline.eps
18
%%DOCSDIR%%/examples/xhtml.xslt
19
%%DOCSDIR%%/examples/xml2ps-example.xml
20
%%DOCSDIR%%/faq.html
21
%%DOCSDIR%%/faq.txt
22
%%DOCSDIR%%/faq.xml
23
%%DOCSDIR%%/nsfaq.html
24
%%DOCSDIR%%/nsfaq.txt
25
%%DOCSDIR%%/nsfaq.xml
26
%%DOCSDIR%%/pptout-sv.eps
27
%%DOCSDIR%%/users_guide.html
28
%%DOCSDIR%%/users_guide.pp
29
%%DOCSDIR%%/users_guide.txt
30
%%DOCSDIR%%/users_guide.xml
31
%%DOCSDIR%%/xhtml.xslt
32
share/xml/passepartout/docbook.xslt
4
share/xml/passepartout/docbook.xslt
33
share/xml/passepartout/xhtml.xslt
5
share/xml/passepartout/xhtml.xslt
34
share/xml/passepartout/xml2ps.dtd
6
share/xml/passepartout/xml2ps.dtd
35
@dirrm share/xml/passepartout
7
@dirrm share/xml/passepartout
36
@dirrm %%DOCSDIR%%/examples
37
@dirrm %%DOCSDIR%%

Return to bug 179348