mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
28 lines
653 B
Makefile
28 lines
653 B
Makefile
# 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= 9
|
|
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
|
|
USE_LDCONFIG= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
|
USE_GNOME= gnomehack intlhack ltverhack
|
|
|
|
.include <bsd.port.mk>
|