1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/graphics/poppler-data/Makefile
Joe Marcus Clarke b9e5703f94 Update to 0.2.0.
2008-02-06 00:56:18 +00:00

22 lines
430 B
Makefile

# New ports collection makefile for: poppler-data
# Date created: 2006-09-30
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= poppler-data
PORTVERSION= 0.2.0
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>