summaryrefslogtreecommitdiffstats
path: root/devel/present/Makefile
blob: c08bc5111b582f1594cec7443923846c5a04ab72 (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
# 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.4 2005/07/01 18:00:51 marcus Exp $
#

PORTNAME=   present
PORTVERSION=    0.0.2
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.0

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

LIB_DEPENDS=    goffice-1.0:${PORTSDIR}/devel/goffice

USE_BZIP2=  yes
USE_AUTOTOOLS=  libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  LDFLAGS="${PTHREAD_LIBS}"
USE_GNOME=  gnomehack intlhack

.include <bsd.port.mk>