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