mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
2a988b42e2
Qt4 bindings to poppler
19 lines
448 B
Makefile
19 lines
448 B
Makefile
# New ports collection makefile for: poppler-qt4
|
|
# Date created: June 26, 2007
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
# $MCom: ports/graphics/poppler-qt4/Makefile,v 1.1 2007/06/26 16:08:30 ahze Exp $
|
|
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -qt4
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Qt4 bindings to poppler
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/poppler
|
|
SLAVEPORT= qt4
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|