blob: fc61a3effe42b87c6bc0ba078c3a78b918ab4499 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTREVISION= 2
COMMENT= GLib bindings to poppler
MASTERDIR= ${.CURDIR}/../../graphics/poppler
_SLAVE_PORT= glib
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|