ab880e1705
PR: 215358
14 lines
317 B
Makefile
14 lines
317 B
Makefile
# Created by: Michael Nottebrock <lofi@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Poppler's xpdf-workalike command line utilities
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/poppler
|
|
SLAVEPORT= utils
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|