350bbb9d30
encoding files are optional and poppler will automatically read them if they are present. When installed, the encoding files enables poppler to correctly render CJK and Cyrrilic properly. While poppler is licensed under the GPL, these encoding files are copyright Adobe and licensed much more strictly, and thus distributed separately.
24 lines
488 B
Makefile
24 lines
488 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/10/28 13:01:11 kili Exp $
|
|
|
|
COMMENT = encoding files for poppler
|
|
DISTNAME = poppler-data-0.2.1
|
|
CATEGORIES = print
|
|
HOMEPAGE = http://poppler.freedesktop.org/
|
|
|
|
# Free redistribution without modifications.
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = ::print/poppler
|
|
|
|
NO_BUILD = Yes
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|