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

(-)graphics/pstoedit/Makefile (-8 / +13 lines)
Lines 7-27 Link Here
7
7
8
PORTNAME=	pstoedit
8
PORTNAME=	pstoedit
9
PORTVERSION=	3.32
9
PORTVERSION=	3.32
10
PORTREVISION=	1
10
CATEGORIES=	graphics print
11
CATEGORIES=	graphics print
11
MASTER_SITES=	http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/
12
MASTER_SITES=	http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/
12
13
13
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
14
15
15
BUILD_DEPENDS=	gs:${PORTSDIR}/print/ghostscript-gnu
16
BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig \
16
LIB_DEPENDS=	ming.3:${PORTSDIR}/graphics/ming \
17
		gs:${PORTSDIR}/print/ghostscript-gnu
17
		plot.4:${PORTSDIR}/graphics/plotutils \
18
LIB_DEPENDS=	Magick++.5:${PORTSDIR}/graphics/ImageMagick \
19
		ming.3:${PORTSDIR}/graphics/ming \
18
		plotter.4:${PORTSDIR}/graphics/plotutils
20
		plotter.4:${PORTSDIR}/graphics/plotutils
19
RUN_DEPENDS=	gs:${PORTSDIR}/print/ghostscript-gnu
21
RUN_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig \
22
		gs:${PORTSDIR}/print/ghostscript-gnu
20
23
21
INSTALLS_SHLIB=	yes
22
USE_LIBTOOL=	yes
24
USE_LIBTOOL=	yes
23
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
24
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
25
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
26
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
27
INSTALLS_SHLIB=	yes
25
28
26
MAN1=	pstoedit.1
29
MAN1=	pstoedit.1
27
30
Lines 30-39 Link Here
30
LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib
33
LDFLAGS=	-L${LOCALBASE}/lib -L${X11BASE}/lib
31
34
32
post-install:
35
post-install:
33
	${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${PREFIX}/man/man1
36
	${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1
34
.if !defined(NOPORTDOCS)
37
.if !defined(NOPORTDOCS)
35
	@${MKDIR} ${DOCSDIR}
38
	@${MKDIR} ${DOCSDIR}
36
	${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR}
39
	${INSTALL_DATA} ${WRKSRC}/changelog.htm ${DOCSDIR}
40
	${INSTALL_DATA} ${WRKSRC}/index.htm ${DOCSDIR}
41
	${INSTALL_DATA} ${WRKSRC}/doc/pstoedit.htm ${DOCSDIR}
37
.endif
42
.endif
38
43
39
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)graphics/pstoedit/pkg-plist (-2 / +7 lines)
Lines 17-22 Link Here
17
lib/pstoedit/libp2edrvlplot.a
17
lib/pstoedit/libp2edrvlplot.a
18
lib/pstoedit/libp2edrvlplot.so
18
lib/pstoedit/libp2edrvlplot.so
19
lib/pstoedit/libp2edrvlplot.so.0
19
lib/pstoedit/libp2edrvlplot.so.0
20
lib/pstoedit/libp2edrvmagick++.a
21
lib/pstoedit/libp2edrvmagick++.so
22
lib/pstoedit/libp2edrvmagick++.so.0
20
lib/pstoedit/libp2edrvstd.a
23
lib/pstoedit/libp2edrvstd.a
21
lib/pstoedit/libp2edrvstd.so
24
lib/pstoedit/libp2edrvstd.so
22
lib/pstoedit/libp2edrvstd.so.0
25
lib/pstoedit/libp2edrvstd.so.0
Lines 24-30 Link Here
24
lib/pstoedit/libp2edrvswf.so
27
lib/pstoedit/libp2edrvswf.so
25
lib/pstoedit/libp2edrvswf.so.0
28
lib/pstoedit/libp2edrvswf.so.0
26
libdata/pkgconfig/pstoedit.pc
29
libdata/pkgconfig/pstoedit.pc
27
share/doc/pstoedit/pstoedit.htm
30
%%PORTDOCS%%share/doc/pstoedit/changelog.htm
31
%%PORTDOCS%%share/doc/pstoedit/index.htm
32
%%PORTDOCS%%share/doc/pstoedit/pstoedit.htm
28
share/pstoedit/latex2e.fmp
33
share/pstoedit/latex2e.fmp
29
share/pstoedit/mpost.fmp
34
share/pstoedit/mpost.fmp
30
share/pstoedit/safer.ps
35
share/pstoedit/safer.ps
Lines 33-38 Link Here
33
share/pstoedit/wemf.fmp
38
share/pstoedit/wemf.fmp
34
@dirrm share/pstoedit/swffonts
39
@dirrm share/pstoedit/swffonts
35
@dirrm share/pstoedit
40
@dirrm share/pstoedit
36
@dirrm share/doc/pstoedit
41
%%PORTDOCS%%@dirrm share/doc/pstoedit
37
@dirrm lib/pstoedit
42
@dirrm lib/pstoedit
38
@dirrm include/pstoedit
43
@dirrm include/pstoedit

Return to bug 42737