21 lines
409 B
Makefile
21 lines
409 B
Makefile
# $OpenBSD: Makefile,v 1.12 2013/03/11 11:37:54 espie Exp $
|
|
|
|
COMMENT = encoding files for poppler
|
|
DISTNAME = poppler-data-0.4.6
|
|
CATEGORIES = print
|
|
HOMEPAGE = http://poppler.freedesktop.org/
|
|
|
|
# Mixture of GPL2 and MIT and something similar to BSD4
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
|
|
PKG_ARCH = *
|
|
|
|
RUN_DEPENDS = print/poppler
|
|
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|