mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
16 lines
372 B
Makefile
16 lines
372 B
Makefile
# $FreeBSD$
|
|
# $MCom: ports/graphics/poppler-data/Makefile,v 1.5 2010/11/17 15:12:27 kwm Exp $
|
|
|
|
PORTNAME= poppler-data
|
|
PORTVERSION= 0.4.6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://poppler.freedesktop.org/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Poppler encoding data
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|