aboutsummaryrefslogtreecommitdiffstats
path: root/devel/present/Makefile
blob: fbcb4e2d4f97f2dffef3e8db75fe3732e610f9d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    present
# Date created:     2005-06-13
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/devel/present/Makefile,v 1.8 2006/01/31 22:17:59 ahze Exp $
#

PORTNAME=   present
PORTVERSION=    0.0.3
PORTREVISION=   7
CATEGORIES= devel
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A library for reading Microsoft PowerPoint(tm) documents

LIB_DEPENDS=    goffice-1.2:${PORTSDIR}/devel/goffice1

USE_BZIP2=  yes
USE_AUTOTOOLS=  libtool:22
USE_LDCONFIG=   yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
USE_GNOME=  gnomehack intlhack gnometarget ltverhack

.include <bsd.port.mk>