Here are a few changes, mostly to bring formatting in line with other ports. Other than formatting, the license in the copyright statements in the distfile is "GPLv2 or newer", and HOMEPAGE is set automatically when GH_* is used.
MAINTAINER needs to be latin-alphabet, I haven't changed in this diff but unfortunately your name would have to be mangled some way. I guess the usual would be oe or o instead of ö (I don't trust " to work in some of the scripts that process these). diff 159955365f6bccdb9a5fc71161013f468db93a26 /usr/ports/mystuff blob - bbd2418b82e64ad6cb4f2def4b3c55c626a63944 file + graphics/pdf2svg/Makefile --- graphics/pdf2svg/Makefile +++ graphics/pdf2svg/Makefile @@ -1,30 +1,25 @@ # $OpenBSD$ + COMMENT = convert PDF files to SVG + GH_ACCOUNT = dawbarton GH_PROJECT = pdf2svg GH_TAGNAME = v0.2.3 CATEGORIES = graphics -HOMEPAGE = https://github.com/dawbarton/pdf2svg +MAINTAINER = Björn Gohla <b.go...@unix.net> -MAINTAINER = Björn Gohla <b.go...@unix.net> - -# License GPL v2 only +# GPLv2+ PERMIT_PACKAGE = Yes -WANTLIB += c -WANTLIB += cairo -WANTLIB += glib-2.0 -WANTLIB += gobject-2.0 -WANTLIB += intl -WANTLIB += poppler-glib +WANTLIB += c cairo glib-2.0 gobject-2.0 intl poppler-glib -LIB_DEPENDS += graphics/cairo -LIB_DEPENDS += print/poppler +LIB_DEPENDS += graphics/cairo \ + print/poppler -SEPARATE_BUILD = Yes -USE_GMAKE = Yes -CONFIGURE_STYLE = gnu +SEPARATE_BUILD = Yes +USE_GMAKE = Yes +CONFIGURE_STYLE = gnu .include <bsd.port.mk>