summaryrefslogtreecommitdiffstats
path: root/devel/present/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/present/Makefile')
-rw-r--r--devel/present/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/devel/present/Makefile b/devel/present/Makefile
new file mode 100644
index 000000000..4294c73bf
--- /dev/null
+++ b/devel/present/Makefile
@@ -0,0 +1,28 @@
+# 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.6 2005/09/08 17:37:50 marcus Exp $
+#
+
+PORTNAME= present
+PORTVERSION= 0.0.3
+PORTREVISION= 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.2:${PORTSDIR}/devel/goffice
+
+USE_BZIP2= yes
+USE_AUTOTOOLS= libtool:15
+INSTALLS_SHLIB= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+USE_GNOME= gnomehack intlhack gnometarget ltverhack
+
+.include <bsd.port.mk>