blob: 17ddb0f71e551c26513baa56a300d8a2e6a9b1f6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: poppler-qt
# Date created: 2006-01-12
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD: ports/graphics/poppler-qt/Makefile,v 1.1 2006/04/30 00:47:20 marcus Exp $
# $MCom: ports/graphics/poppler-qt/Makefile,v 1.6 2006/04/12 17:10:20 ahze Exp $
PORTREVISION= 0
PKGNAMESUFFIX= -qt
MAINTAINER= gnome@FreeBSD.org
COMMENT= Qt bindings to poppler
MASTERDIR= ${.CURDIR}/../../graphics/poppler
SLAVEPORT= qt
PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/Makefile"
|