21 lines
502 B
Makefile
21 lines
502 B
Makefile
# New ports collection makefile for: poppler-utils
|
|
# Date created: 2006-05-01
|
|
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/graphics/poppler-utils/Makefile,v 1.5 2010/07/07 13:03:19 kwm Exp $
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -utils
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Poppler's xpdf-workalike command line utilities
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/poppler
|
|
SLAVEPORT= utils
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
CONFLICTS= xpdf-3.*
|
|
|
|
.include "${MASTERDIR}/Makefile"
|