aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libwmf/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2019-02-28 20:20:04 +0800
committerKai Knoblich <kai@FreeBSD.org>2019-02-28 20:20:04 +0800
commit0da7963d88703be4d95f94d08805541c4ac739e9 (patch)
tree662f791a5a0dc718d1a4221783477a695cde9d4e /graphics/libwmf/Makefile
parentf34caec7bc361898fcfc72f57ef72bd13e1a2e90 (diff)
downloadfreebsd-ports-gnome-0da7963d88703be4d95f94d08805541c4ac739e9.tar.gz
freebsd-ports-gnome-0da7963d88703be4d95f94d08805541c4ac739e9.tar.zst
freebsd-ports-gnome-0da7963d88703be4d95f94d08805541c4ac739e9.zip
graphics/libwmf: Pass maintainership to submitter
- Also sort some variables according to the PHB PR: 235768 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19392
Diffstat (limited to 'graphics/libwmf/Makefile')
-rw-r--r--graphics/libwmf/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/libwmf/Makefile b/graphics/libwmf/Makefile
index 1fbd060ade51..c3e723bd5916 100644
--- a/graphics/libwmf/Makefile
+++ b/graphics/libwmf/Makefile
@@ -7,7 +7,7 @@ PORTREVISION= 15
CATEGORIES= graphics
MASTER_SITES= SF/wvware/${PORTNAME}/${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= phascolarctos@protonmail.ch
COMMENT= Tools and library for converting Microsoft WMF (windows metafile)
LICENSE= GPLv2+
@@ -16,19 +16,20 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpng.so:graphics/png \
libfreetype.so:print/freetype2
-CONFLICTS?= libwmf-nox11-[0-9]*
+USES= gnome jpeg libtool
+USE_GNOME= libxml2
+USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-sys-gd=no \
--with-png=${LOCALBASE} --with-jpeg=${LOCALBASE} \
--with-gsfontdir=${LOCALBASE}/share/ghostscript/fonts
INSTALL_TARGET= install-strip
-USES= jpeg libtool
-USE_GNOME= libxml2
-USE_LDCONFIG= yes
PORTDOCS= *
+CONFLICTS?= libwmf-nox11-[0-9]*
+
OPTIONS_DEFINE= X11 DOCS
OPTIONS_DEFAULT=X11
OPTIONS_SUB= yes