freebsd-ports/graphics/poppler-data/Makefile
Joe Marcus Clarke c56f0d5e72 Update to 0.4.0.
2009-12-20 18:58:15 +00:00

21 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.4.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>