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