freebsd-ports/graphics/poppler-data/Makefile
Michael Johnson eaabffddf2 - Add poppler-data
Poppler encoding data

WWW: http://poppler.freedesktop.org/
2006-09-30 04:52:39 +00:00

21 lines
428 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.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>