freebsd-ports/graphics/poppler-data/Makefile

22 lines
430 B
Makefile
Raw Normal View History

# New ports collection makefile for: poppler-data
# Date created: 2006-09-30
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= poppler-data
2008-11-22 18:28:35 +01:00
PORTVERSION= 0.2.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>