blob: 69af8df8adfc0dcffa8e2a8cf4007af09b037176 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: poppler-data
# Date created: 2006-09-30
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD: ports/graphics/poppler-data/Makefile,v 1.3 2008/11/22 17:28:35 ahze Exp $
#
PORTNAME= poppler-data
PORTVERSION= 0.3.1
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>
|