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

Collapse All | Expand All

(-)graphics/libwmf/Makefile (-5 / +6 lines)
Lines 7-13 Link Here
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-22 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 \
Lines 23-34 Link Here
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=	*
31
30
31
CONFLICTS?=	libwmf-nox11-[0-9]*
32
32
OPTIONS_DEFINE=	X11 DOCS
33
OPTIONS_DEFINE=	X11 DOCS
33
OPTIONS_DEFAULT=X11
34
OPTIONS_DEFAULT=X11
34
OPTIONS_SUB=	yes
35
OPTIONS_SUB=	yes

Return to bug 235768