1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/graphics/poppler-data/Makefile
Tobias C. Berner 5bed1dc473 Create desktop@ as maintainer of some shared desktop ports
This idea has been around for quite some time. Time to make it happen.

In order to share the load on the ports required by multiple desktop
environments start to share the responsibility of maintainership.

This is the initial list that came to mind, but we can probably extend it, to
include another handful of ports.

WWW: https://wiki.freebsd.org/DesktopTeam
Mailing List: https://lists.freebsd.org/mailman/listinfo/freebsd-desktop

Approved by:	swills, kwm (gnome), madpilot (xfce)
Differential Revision:	https://reviews.freebsd.org/D22389
2019-11-15 20:10:21 +00:00

31 lines
780 B
Makefile

# $FreeBSD$
PORTNAME= poppler-data
PORTVERSION= 0.4.9
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://poppler.freedesktop.org/
MAINTAINER= desktop@FreeBSD.org
COMMENT= Poppler encoding data
LICENSE= MIT ADOBE GPLv2
LICENSE_COMB= multi
LICENSE_NAME_ADOBE= Adobe Systems Incorporated license
LICENSE_FILE_ADOBE= ${WRKSRC}/COPYING.adobe # similar to BSD3CLAUSE
LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING.gpl2
LICENSE_PERMS_ADOBE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
USES= pathfix
PATHFIX_MAKEFILEIN=Makefile
MAKE_ARGS= prefix=${PREFIX}
NO_ARCH= yes
post-install:
# Share CMap files with Ghostscript.
${MKDIR} ${STAGEDIR}${PREFIX}/share/cmap
${LN} ${STAGEDIR}${PREFIX}/share/poppler/cMap/*/* \
${STAGEDIR}${PREFIX}/share/cmap
.include <bsd.port.mk>