mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
ab880e1705
PR: 215358
15 lines
287 B
Makefile
15 lines
287 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
PKGNAMESUFFIX= -qt4
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Qt 4 bindings to poppler
|
|
|
|
MASTERDIR= ${.CURDIR}/../../graphics/poppler
|
|
SLAVEPORT= qt4
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
.include "${MASTERDIR}/Makefile"
|