View | Details | Raw Unified | Return to bug 235768 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/local/poudriere/ports/experimental/graphics/libwmf/Makefile (-6 / +7 lines)
Lines 3-13 Link Here
3
3
4
PORTNAME=	libwmf
4
PORTNAME=	libwmf
5
PORTVERSION=	0.2.8.4
5
PORTVERSION=	0.2.8.4
6
PORTREVISION=	15
6
PORTREVISION=	16
7
CATEGORIES=	graphics
7
CATEGORIES=	graphics
8
MASTER_SITES=	SF/wvware/${PORTNAME}/${PORTVERSION}
8
MASTER_SITES=	SF/wvware/${PORTNAME}/${PORTVERSION}
9
9
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	phascolarctos@protonmail.ch
11
COMMENT=	Tools and library for converting Microsoft WMF (windows metafile)
11
COMMENT=	Tools and library for converting Microsoft WMF (windows metafile)
12
12
13
LICENSE=	GPLv2+
13
LICENSE=	GPLv2+
Lines 16-33 Link Here
16
LIB_DEPENDS=	libpng.so:graphics/png \
16
LIB_DEPENDS=	libpng.so:graphics/png \
17
		libfreetype.so:print/freetype2
17
		libfreetype.so:print/freetype2
18
18
19
CONFLICTS?=	libwmf-nox11-[0-9]*
19
USES=		gnome jpeg libtool
20
USE_GNOME=	libxml2
21
USE_LDCONFIG=	yes
20
22
21
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--with-sys-gd=no \
24
CONFIGURE_ARGS=	--with-sys-gd=no \
23
		--with-png=${LOCALBASE} --with-jpeg=${LOCALBASE} \
25
		--with-png=${LOCALBASE} --with-jpeg=${LOCALBASE} \
24
		--with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts
26
		--with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts
25
INSTALL_TARGET=	install-strip
27
INSTALL_TARGET=	install-strip
26
USES=		jpeg libtool
27
USE_GNOME=	libxml2
28
USE_LDCONFIG=	yes
29
28
30
PORTDOCS=	*
29
PORTDOCS=	*
30
31
CONFLICTS?=	libwmf-nox11-[0-9]*
31
32
32
OPTIONS_DEFINE=	X11 DOCS
33
OPTIONS_DEFINE=	X11 DOCS
33
OPTIONS_DEFAULT=X11
34
OPTIONS_DEFAULT=X11

Return to bug 235768