aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/poppler-data/Makefile
blob: 536c3bdefb9c8b9c5fa66ca9f4cdf0fd2b47381e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
#   $MCom: ports/graphics/poppler-data/Makefile,v 1.5 2010/11/17 15:12:27 kwm Exp $

PORTNAME=   poppler-data
PORTVERSION=    0.4.6
CATEGORIES= graphics
MASTER_SITES=   http://poppler.freedesktop.org/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Poppler encoding data

NO_BUILD=   yes

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile

.include <bsd.port.mk>